Choenden Kyirong
@task def task(x: str, y: int): ... @flow def flow(): list_1, list_2 = ['a', 'b'], [1, 2] for input_1, input_2 in zip(list_1, list_2): task(input_1, input_2)
task.map(list_1 , list_2)
Tim Galvin
.map
prefect
unmapped
task.map(list_1, unmapped(list_2))
list_2
task
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.