Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
},
}
},
},
}
pipeline_run = InMemoryPipelineRun(
run_id,
'pandas_hello_world',
env_config,
create_execution_plan(pipeline, env_config),
)
execution_manager = MultiprocessingExecutionManager()
execution_manager.execute_pipeline(repository_container, pipeline, pipeline_run)
execution_manager.join()
assert pipeline_run.status == PipelineRunStatus.FAILURE
assert pipeline_run.all_logs()