Michael Reeves
08/21/2020, 3:43 PMMichael Reeves
08/21/2020, 3:45 PMnicholas
upstream_tasks kwarg, which accepts an array of tasks, like this:
my_task(upstream_tasks=[my_upstream_task])Michael Reeves
08/21/2020, 3:59 PMMichael Reeves
08/21/2020, 3:59 PMnicholas
my_upstream_task_ref = my_upstream_task()
task_1(upstream_tasks=[my_upstream_task_ref])
task_2(upstream_tasks=[my_upstream_task_ref])nicholas
Michael Reeves
08/21/2020, 4:16 PMnicholas
Michael Reeves
08/21/2020, 4:16 PMnicholas
Michael Reeves
08/21/2020, 4:18 PM