From 6a3d86e92447e71995a0f15a5dc779ed01b55efa Mon Sep 17 00:00:00 2001 From: kaarthik108 Date: Thu, 28 Sep 2023 11:20:29 +1300 Subject: [PATCH] update comment on syntax --- dbt/include/snowflake/macros/adapters.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/include/snowflake/macros/adapters.sql b/dbt/include/snowflake/macros/adapters.sql index f3de6dc2b..b2b496356 100644 --- a/dbt/include/snowflake/macros/adapters.sql +++ b/dbt/include/snowflake/macros/adapters.sql @@ -172,7 +172,7 @@ {% macro snowflake__alter_relation_comment(relation, relation_comment) -%} {%- if relation.is_dynamic_table -%} - {%- set relation_type = 'table' -%} + {%- set relation_type = 'dynamic table' -%} {%- else -%} {%- set relation_type = relation.type -%} {%- endif -%}