Jean Da Rolt
@task def f1(): ... @task def f2(): f1() ...
Kevin Kho
f1.run()
Zanie
@task def task1(): ... @task def task2(): ... def useful_to_group_in_code(): task1() task2() with Flow(...) as flow: useful_to_group_in_code()
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.