Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding caveat to the false positives #6207

Merged
merged 13 commits into from
Oct 2, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ models:

</File>

Of course, if the raw Jinja expression is modified, it will be marked as a modification.
Of course, if the raw Jinja expression is modified, it will be marked as a modification unless you set the `state_modified_compare_more_unrendered` behavior flag to `True`. Learn more about [Behavior flags](/reference/global-configs/behavior-changes#behavior-change-flags).
runleonarun marked this conversation as resolved.
Show resolved Hide resolved

Note that, as of now, this improved detection is true _only_ for `dbt_project.yml` configuration. It does not apply to:
- `.yml` resource properties (including `sources`)
Expand Down
Loading