francescocamussoni

Results 4 comments of francescocamussoni

I have the same issue, it would be wounderfull to have execution inputs as container arguements

With `["--fecha", execution_input["Fecha"]]` I get this error `TypeError: Object of type ExecutionInput is not JSON serializable` When I execute ``` branching_workflow = Workflow( name=pipeline_name_step, definition=workflow_graph, role=role, execution_input=execution_input ).create() ``` This...

Hi Wong, thank you for your response. I don't know how to use parameters inside the processing job. I've tried ![image](https://github.com/aws/aws-step-functions-data-science-sdk-python/assets/50533010/598612db-c5c2-4fc6-b6da-2d03f9fc8dc5) But its the same as defining a container argument,...