Skip to content

Commit

Permalink
Update website/docs/reference/global-configs/behavior-changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Oct 3, 2024
1 parent b1f29f0 commit 07c74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/global-configs/behavior-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The flag is `False` by default.

Set `state_modified_compare_more_unrendered` to `True` to reduce false positives during `state:modified` checks (especially when configs differ by target environment like `prod` vs. `dev`).

Setting the flag to `True` changes the `state:modified` comparison from using rendered values to unrendered values instead. It accomplishes this by persisting `unrendered_config` during parsing of models and `unrendered_database` and `unrendered_schema` configs during parsing of sources.
Setting the flag to `True` changes the `state:modified` comparison from using rendered values to unrendered values instead. It accomplishes this by persisting `unrendered_config` during model parsing and `unrendered_database` and `unrendered_schema` configs during source parsing.


### Package override for built-in materialization
Expand Down

0 comments on commit 07c74a6

Please sign in to comment.