Skip to content

use_managed_iceberg warning popping up for projects that don't use iceberg at all #1266

@graciegoheen

Description

@graciegoheen

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions