Jake Schmidt
result
flow.run().result
dict
flow.run().result[prefect.Task('task_name')]
KeyError
State
Jeremiah
flow.run().result[your_task].result
flow.run()
Jackson Maxfield Brown
# Run the flow state = flow.run(executor=executor) # Get resulting path save_path = state.result[flow.get_tasks(name="_get_save_path")[0]].result
flow.get_tasks(name=X)[0]
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.