[Core] The state
directory needs to be built with v1.9+ or Versionless for state_modified_compare_more_unrendered_values
#6247
Labels
content
Improvements or additions to content
dbt-core v1.9
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
One or more as the same files as https://github.com/dbt-labs/docs.getdbt.com/pull/6239/files
What part(s) of the page would you like to see updated?
In order to avoid this specific cause of false positives, two things need to hold when the state directory is built:
state_modified_compare_more_unrendered_values: true
Put another way, the
state
directory needs to be built with v1.9+ or Versionless along withstate_modified_compare_more_unrendered_values: true
withindbt_project.yml
.So if the
state
directory was built with an older version of dbt or if thestate_modified_compare_more_unrendered_values
behavior change flag wasfalse
(or it was not set), it will need to be rebuilt in order to avoid these false positives during state comparison withstate:modified
.Additional information
No response
The text was updated successfully, but these errors were encountered: