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... |
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.