Michael Hadorn
11/01/2022, 10:58 AMtrigger=always_run, skip_on_upstream_skip=False
, but currently we have to abort the full flow run. So this task will never be executed.Anna Geller
11/01/2022, 11:10 AMload_state = load.submit(final, return_state=True)
if load_state.name == "Completed":
dashboards = get_dashboards.submit()
full exampleMichael Hadorn
11/01/2022, 12:20 PMAnna Geller
11/01/2022, 1:21 PMMichael Hadorn
11/01/2022, 1:25 PM