name: multistep_example python_env: python_env.yaml entry_points: ingest_request: command: "python ingest_request.py" ingest_convert: command: "python ingest_convert.py" main: command: "python main.py"