Skip to content

Commit

Permalink
Update website/docs/reference/node-selection/state-comparison-caveats.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Oct 2, 2024
1 parent ed01932 commit 84003bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If a model uses a `var` or `env_var` in its definition, dbt Core 1.8 and earlier

<VersionBlock firstVersion="1.9">

Beginning in dbt Core 1.9, when you set the `state_modified_compare_vars` [behavior flag](/reference/global-configs/behavior-changes#behavior-change-flags) to `True` and a model uses a `var` or `env_var` in its definition, dbt will identify that lineage in such a way that it will include the model in `state:modified` when the `var` or `env_var` value has changed.
Beginning in dbt Core 1.9, when you set the `state_modified_compare_vars` [behavior flag](/reference/global-configs/behavior-changes#behavior-change-flags) to `True` and a model uses a `var` or `env_var` in its definition, dbt will identify that lineage in such a way that it will include the model in `state:modified` when the `var` or `env_var` value has changed. Read more about the ["state" method](/reference/node-selection/methods#the-state-method).

</VersionBlock>

Expand Down

0 comments on commit 84003bc

Please sign in to comment.