How to silence deprecation warning about materialization v2?
It is pretty annoying to constantly see 10x warnings about materialization V2, it makes it harder to read our dbt logs.
Even though we explicitly disabled the flag, it's still spamming our logs.
How do we silence the warning? I couldn't figure out how to do it from the docs.
https://docs.getdbt.com/reference/global-configs/behavior-changes#behavior-change-flags there is a bit about silencing the warnings.
Yeah so ..
flags:
warn_error_options:
silence:
- WhatDoIPutHere?
The docs are a little hard to parse, but maybe "Deprecations"?
https://docs.getdbt.com/reference/global-configs/warnings#configuration
I will try it. Although I don't want to block all deprecation warnings, just this one...
Having the same issue.
We tried using Deprecations and the warning still shows. We also tried use_materialization_v2 and dbt Cloud fails without any log messages:
@DVAlexHiggs recommend flagging to dbt Labs about this behavior
Created an issue in dbt-core for this.