Sean Conroy
from prefect import task, Flow @task def get_value(): return 10 with Flow("task-results") as flow: v = get_value() print(v) state = flow.run()
<Task: get_value>
10
Zanie
with Flow
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.