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
The store_failures config is set(false) in a singular test and in the dbt_project.yml at a project lvl(true). This shouldn't work like this according to the config inheritance
Expected Behavior
store_failures should be false for the singular test but its true.
Steps To Reproduce
dbt_project.yml - set +store_failures: true
In the model - set store_failures = False
In data_tests in schema.yml - set store_failures=False
Run dbt test --select tst_invalid
I can see tables created to store failures for model tst_invalid.
Is this a new bug?
Current Behavior
The store_failures config is set(false) in a singular test and in the dbt_project.yml at a project lvl(true). This shouldn't work like this according to the config inheritance
Expected Behavior
store_failures should be false for the singular test but its true.
Steps To Reproduce
I can see tables created to store failures for model tst_invalid.
Relevant log output
No response
Environment
Additional Context
dbt.log
The text was updated successfully, but these errors were encountered: