[Bug] warn_error_options.silence
not working within dbt_project.yml
#10278
Labels
bug
Something isn't working
Is this a new bug in dbt-core?
Current Behavior
CLI flag works:
Environment variable works:
But project flag in
dbt_project.yml
is not working for me no matter what I try:dbt test --no-partial-parse
Expected Behavior
I was expecting that the code example here would work to silence the warning. Instead, I get this:
Steps To Reproduce
Create these files:
seeds/my_seed.csv
seeds/_seeds.yml
dbt_project.yml
Run these commands:
This raises an error presumably because the
flags.warn_error_options.silence
indbt_project.yml
it not taking effect:dbt test --no-partial-parse
But silence works if using the CLI instead:
Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
Originally discovered here: #10274 (comment)
The text was updated successfully, but these errors were encountered: