Seth Goodman
08/05/2022, 4:31 PM@task
def actual_task(arg1, arg2, arg3):
#does stuff
task_list = [
(1, "a", "b"),
(2, "c", "d"),
(3, "e", "f"),
(4, "g", "h"),
]
def task_map(task):
return actual_task(task[0], task[1], task[2])
with Flow("my_flow") as flow:
task_results = apply_map(task_map, task_list)
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.
Powered by