dbt-labs / dbt-core

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
https://getdbt.com
Apache License 2.0
9.25k stars 1.53k forks source link

[Bug] Issue with Variable Values Not Included in state:modified #10334

Open charliehahn opened 1 week ago

charliehahn commented 1 week ago

Is this a new bug in dbt-core?

Current Behavior

Found an old thread that is also impacting our project:

image

Expected Behavior

Upon changes of variables stored in the dbt_project.yml file, run impacted models using state:modified

Steps To Reproduce

This is a silent error with no reproducible issues. It is simply not running a view upon a change to the dbt_project.yml vars

Relevant log output

No response

Environment

- OS:
- Python:
- dbt:

Which database adapter are you using with dbt?

No response

Additional Context

No response