Skip to content

Commit

Permalink
update comment on syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Sep 27, 2023
1 parent 104cb46 commit 6a3d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/snowflake/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit 6a3d86e

Please sign in to comment.