-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] flags.warn_error_options.silence
should be settable dbt_project.yml
#10160
Comments
I want to add some reasoning to this issue. The problem is that we use several DBT packages and those packages still use May be it even makes sense to allow warning suppression based on package name, rather than suppressing globally for the whole project. |
@kokorin Appreciate that rationale! We have a separate issue for scoping that deprecation warning more narrowly: |
https://github.com/dbt-labs/dbt-core/pull/10058/files#diff-9a7ad4b74c0941bce1368c1e8e12f0745bf0152b00f92df206375702b46e3a8eR133-R140 |
For clarity, specifying |
About my previous comment, I was wrong. The object requires |
Back when I did the work for #10058 (specifically c52d653) I thought that the
The quick fix (#10359) is to ensure |
Is this a new bug in dbt-core?
Current Behavior
Missing
silence
here:dbt-core/core/dbt/cli/flags.py
Lines 53 to 62 in 32a7f82
Expected Behavior
Steps To Reproduce
dbt parse
-> still see the deprecation warning ("Thetests
config has been renamed todata_tests
")dbt parse
-> no deprecation warningRelevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: