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