Chris Sankat
Marvin
flow_run_id
get_run_context()
prefect.context
python from prefect import flow, get_run_context @flow def my_workflow(): context = get_run_context() flow_run_id = context.flow_run.id print(f"Flow run ID: {flow_run_id}") if __name__ == "__main__": my_workflow()
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.