Describe the bug
dbt projects are seeing the following warning emitted:
Use managed Iceberg tables when table_format is iceberg. When this flag is disabled, UniForm is used instead.
You may opt into the new behavior sooner by setting "flags use_managed _iceberg to 'True" in "dbt_project.yml*.
Visit https://docs-getdbt.com/reference/global-configs/behavior-changes for more information.
even when their project isn't using iceberg at all.
Expected behavior
We should suppress this warning if the user isn't using iceberg.
Additional context
this is the PR that added this flag -> #1146
docs here -> https://docs.getdbt.com/reference/global-configs/databricks-changes#use-managed-iceberg
Describe the bug
dbt projects are seeing the following warning emitted:
even when their project isn't using iceberg at all.
Expected behavior
We should suppress this warning if the user isn't using iceberg.
Additional context
this is the PR that added this flag -> #1146
docs here -> https://docs.getdbt.com/reference/global-configs/databricks-changes#use-managed-iceberg