Matthias
05/14/2020, 8:05 PMDylan
05/14/2020, 8:09 PMset_dependencies
methodMatthias
05/14/2020, 8:11 PMDylan
05/14/2020, 8:16 PMJeremiah
05/14/2020, 8:17 PMall_other_tasks = flow.tasks.difference([t])
t.set_dependencies(upstream_tasks=all_other_tasks, flow=flow)
This would make t
a downstream task of every other task, ensuring it runs lastMatthias
05/14/2020, 8:47 PMget_tasks()
Jeremiah
05/14/2020, 8:48 PM