Skip to content

Commit

Permalink
Refactor create_external_table.sql in snowflake plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburke-meq committed Apr 16, 2024
1 parent 3590e05 commit 0b04472
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macros/plugins/snowflake/create_external_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
{%- endfor -%}{%- endif -%}
{%- if not infer_schema -%}
{%- for column in columns %}
{# {%- set column_alias = column.alias if column.alias else column.name %}
{%- set column_alias_quoted = adapter.quote(column_alias) if column.quote else column_alias %} #}
{%- set column_quoted = adapter.quote(column.name) if column.quote else column.name %}
{%- set column_alias -%}
{%- if 'alias' in column and column.quote -%}
Expand Down

0 comments on commit 0b04472

Please sign in to comment.