Failures in on-run-start hooks
This flag was removed in dbt Core v2 and in Fusion. The new behavior is always enabled. If you're upgrading, remove this flag from your dbt_project.yml.
| Loading table... |
Starting in dbt Core v1.12, skip_nodes_if_on_run_start_fails defaults to true, skipping all selected resources if there is a failure on an on-run-start hook.
For more information, refer to on-run-start / on-run-end.
Impact
If your project uses on-run-start hooks for non-critical work (for example, telemetry, notifications, audit inserts, attaching session settings), your build will stop producing output whenever a hook fails. Tables and views that previously refreshed daily will stop updating the next time the hook fails.
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.