[Bug] Project level store_failures
overriding test level config with dbt>=1.7
#10165
Closed
2 tasks done
Is this a new bug in dbt-core?
Current Behavior
With the latest 1.7 version - the project level
store_failures
config is overriding the model/test levelstore_failures
config.Expected Behavior
The more specific
store_failures
config (test/model level) should take precedence over the less specific config (project level) as per config inheritance rules https://docs.getdbt.com/reference/configs-and-properties#config-inheritance like it did withdbt-core <= 1.6
Steps To Reproduce
Project setup
Using dbt 1.7:
Using dbt 1.6
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: