You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Currently, dbt always detects that semantic models have changed during state:modified, even if none of their model, description, defaults, entities, dimensions, measures, configs, primary entities, or groups have changed.
Expected Behavior
dbt only includes semantic models if one of the above listed properties has changed.
Steps To Reproduce
dbt ls --select "state:modified" on a project with unchanged semantic models
Relevant log output
No response
Environment
- OS:
- Python:
- dbt:
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is this a new bug in dbt-core?
Current Behavior
Currently, dbt always detects that semantic models have changed during state:modified, even if none of their model, description, defaults, entities, dimensions, measures, configs, primary entities, or groups have changed.
Expected Behavior
dbt only includes semantic models if one of the above listed properties has changed.
Steps To Reproduce
dbt ls --select "state:modified"
on a project with unchanged semantic modelsRelevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: