Hi all,
Having an issue at the moment and i am not certain whether its an issue with our setup or my misunderstanding of how this feature is meant to work.
On one of our workflows we are currently running the following command:
dbt --fail-fast run -s state:modified.body+ --state ./last_target --defer --full-refresh --exclude <names of some things to exclude>
I was under the impression, that if i were to make changes to the config block (within the SQL file, not defined in YML) that using state:modified.body+ would not be triggered as I am not making any changes to the actual SQL.
Could anyone confirm what the expected behaviour is for this? Because for us this is triggering the model to be run. This is on dbt Core 1.8 using the Snowflake adapter. Command is being run in GitHub actions.