Constantino Schillebeeckx
04/20/2022, 3:19 PMConstantino Schillebeeckx
04/20/2022, 3:20 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 PMConstantino Schillebeeckx
04/20/2022, 3:25 PMKevin Kho
Kevin Kho
Constantino Schillebeeckx
04/20/2022, 3:54 PMConstantino Schillebeeckx
04/20/2022, 3:56 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 finishedConstantino Schillebeeckx
04/20/2022, 4:25 PMKevin Kho
Kevin 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