Matthias
05/14/2020, 8:05 PMDylan
set_dependencies
methodMatthias
05/14/2020, 8:11 PMDylan
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()
Jeremiah