Skip to content

Commit

Permalink
Update create_external_table.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyyeo-dbt authored Apr 5, 2024
1 parent 33d3da5 commit 6bcdbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/plugins/snowflake/create_external_table.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% macro snowflake__create_external_table(source_node) %}

{%- do log(">>>>>>>>>>>" ~ env_var("SNOWFLAKE_TEST_USER"), True) -%}
{%- set columns = source_node.columns.values() -%}
{%- set external = source_node.external -%}
{%- set partitions = external.partitions -%}
Expand Down Expand Up @@ -55,4 +55,4 @@
{% if external.integration -%} integration = '{{external.integration}}' {%- endif %}
file_format = {{external.file_format}}
{% if external.table_format -%} table_format = '{{external.table_format}}' {%- endif %}
{% endmacro %}
{% endmacro %}

0 comments on commit 6bcdbd3

Please sign in to comment.