Constantino Schillebeeckx
04/20/2022, 3:19 PMNo heartbeat detected from the remote task; marking the run as failed.
Kevin Kho
terminal_tasks
so you can explicit make them terminal tasks by doing:
flow.terminal_tasks = [...]
Constantino Schillebeeckx
04/20/2022, 3:24 PMKevin Kho
Constantino Schillebeeckx
04/20/2022, 3:54 PML1
, Ln
and then I have a task do_dbt
which is a downstream dependencies of all the mapped tasks L
- one of those mapped tasks stopped reporting a heartbeat back and eventually do_dbt
just started running and passed. then Ln
was finally set as failedKevin Kho
t
a downstream?Constantino Schillebeeckx
04/20/2022, 3:57 PMKevin Kho
flow.terminal_tasks = [L]
but I’m not 100% sure on the mapped task behaviorConstantino Schillebeeckx
04/20/2022, 4:24 PML
aren't terminal tasks, and do-dbt
should only run after all of L
is finishedKevin Kho
flow.reference_tasks=[…]
Constantino Schillebeeckx
04/20/2022, 4:28 PMdo_dbt
would run if one of the mapped L
tasks has a missing heartbeatKevin Kho
Constantino Schillebeeckx
04/20/2022, 4:44 PMKevin Kho