From 242cd0d4c784bd3c0930b9278e2a495528d1efda Mon Sep 17 00:00:00 2001 From: Amy Chen <46451573+amychen1776@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:29:50 -0500 Subject: [PATCH 1/2] Update snowflake-configs.md --- website/docs/reference/resource-configs/snowflake-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/snowflake-configs.md b/website/docs/reference/resource-configs/snowflake-configs.md index 30275450793..119a90bf549 100644 --- a/website/docs/reference/resource-configs/snowflake-configs.md +++ b/website/docs/reference/resource-configs/snowflake-configs.md @@ -17,7 +17,7 @@ The dbt-snowflake adapter supports the Iceberg table format. It is available for - [Table](/docs/build/materializations#table) - [Incremental](/docs/build/materializations#incremental) -- [Dynamic](#dynamic-tables) +- [Dynamic Tables](#dynamic-tables) For now, to create Iceberg tables, you must implement a [behavior flag](/reference/global-configs/behavior-changes) due to performance impact related to using Iceberg tables. Snowflake does not support `is_iceberg` on the `Show Objects` query, which dbt depends on for metadata. From 5576a5f15dc200ad0ace489a99c740e9b516edcb Mon Sep 17 00:00:00 2001 From: Amy Chen <46451573+amychen1776@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:31:07 -0500 Subject: [PATCH 2/2] Update website/docs/reference/resource-configs/snowflake-configs.md --- website/docs/reference/resource-configs/snowflake-configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/snowflake-configs.md b/website/docs/reference/resource-configs/snowflake-configs.md index 119a90bf549..a71c21b40b1 100644 --- a/website/docs/reference/resource-configs/snowflake-configs.md +++ b/website/docs/reference/resource-configs/snowflake-configs.md @@ -17,7 +17,7 @@ The dbt-snowflake adapter supports the Iceberg table format. It is available for - [Table](/docs/build/materializations#table) - [Incremental](/docs/build/materializations#incremental) -- [Dynamic Tables](#dynamic-tables) +- [Dynamic Table](#dynamic-tables) For now, to create Iceberg tables, you must implement a [behavior flag](/reference/global-configs/behavior-changes) due to performance impact related to using Iceberg tables. Snowflake does not support `is_iceberg` on the `Show Objects` query, which dbt depends on for metadata.