Mattia Sappa
12/03/2024, 11:26 AMdbt retry
?Bianca Hoch
12/03/2024, 8:25 PMtargeted_retries
within `run_dbt_cloud_job`(more on that here). Otherwise, if you're using dbt core, adding retries to your flow or task decorator should do the trick.Mattia Sappa
12/04/2024, 2:54 PMdbt build
in a task and, if the task fails`, I run a second task with dbt retry
.
This works, however, the flow still results as Failed since the first build task failed. Is it possible to change the state of a task programmatically?
In the doc I see I can return a "Return a manual state" but it's not very convenient for my use caseBianca Hoch
12/05/2024, 12:17 AMBianca Hoch
12/05/2024, 12:18 AMBianca Hoch
12/05/2024, 12:18 AMMattia Sappa
12/05/2024, 10:17 AM