itay livni
10/15/2019, 2:34 AMFlow
I am looking to: (1) run a set of tasks
(2) do something with the result in another `task`i.e. munge data. What is the suggested way to implement this? Is it using set_upstream
? the example I see
say_hello.set_upstream(second_add, flow=flow)
waits for a specific task to finish not a set of tasks. Does this get handled under the hood?Chris White
10/15/2019, 10:49 AMitay livni
10/15/2019, 5:49 PM