diff --git a/website/docs/reference/resource-configs/snowflake-configs.md b/website/docs/reference/resource-configs/snowflake-configs.md index 2bb706b975f..b17d4529dfc 100644 --- a/website/docs/reference/resource-configs/snowflake-configs.md +++ b/website/docs/reference/resource-configs/snowflake-configs.md @@ -20,11 +20,17 @@ For now, Iceberg tables require a [behavior flag](/reference/global-configs/beha To use Iceberg, set the Iceberg Materialization Behavior flag to true in your dbt_project.yml: + + ```yaml + flags: enable_iceberg_materializations: True + ``` + + If you do not set this behavior flag, you will get an error, and dbt won’t materialize the table in the Iceberg format. The following configurations are supported: