Skip to main content

Failures in on-run-start hooks

Removed in dbt Core v2

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.

skip_nodes_if_on_run_start_failsdbt Latestdbt Core
Introduced2024.101.9.0
Matured (default → true)Sep 1, 2026
Removedv2.0
Loading table...

Set the skip_nodes_if_on_run_start_fails flag to true to skip all selected resources from running if there is a failure on an on-run-start hook.

For more information, refer to on-run-start / on-run-end.

Impact when the flag matures

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.

0
Loading