Skip to content

Commit

Permalink
Update behavior-changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 25, 2024
1 parent b04288c commit 2e00229
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/global-configs/behavior-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ id: "behavior-changes"
sidebar: "Behavior changes"
---

import StateModified from '/snippets/_state-modified-compare.md';

Most flags exist to configure runtime behaviors with multiple valid choices. The right choice may vary based on the environment, user preference, or the specific invocation.

Another category of flags provides existing projects with a migration window for runtime behaviors that are changing in newer releases of dbt. These flags help us achieve a balance between these goals, which can otherwise be in tension, by:
Expand Down Expand Up @@ -85,7 +87,7 @@ Set the `skip_nodes_if_on_run_start_fails` flag to `True` to skip all selected r

:::note

import StateModified from '/snippets/_state-modified-compare.md';
<StateModified features={'/snippets/_state-modified-compare.md'}/>

:::

Expand Down

0 comments on commit 2e00229

Please sign in to comment.