francescocamussoni
Results
1
issues of
francescocamussoni
I'm trying to use execution inputs as container arguements for my processing job: ``` execution_input = ExecutionInput( schema={ "IngestaJobName": str, "PreprocessingJobName": str, "InferenceJobName": str, "Fecha": str, } ) ``` ```...