Pedro Machado
01/24/2022, 6:11 PMLocalExecutor
and it will run them in order but was wondering if there is a way to explicitly define the dependencies.
For example, in this case, I'd like to make sure that the mapped task for 2 runs after 1 and 3 runs after 3.
items = [1, 2, 3]
ny_task.map(items)
thanksKevin Kho
items
beforehand and it’s not a task output, you can do thisPedro Machado
01/25/2022, 1:15 PM