Matthias
05/14/2020, 8:05 PMDylan
set_dependencies methodDylan
Dylan
Dylan
Matthias
05/14/2020, 8:11 PMDylan
Dylan
Jeremiah
all_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()Matthias
05/14/2020, 8:47 PMJeremiah