Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 70c5ad2

Browse files
fixed up underscores
1 parent 892330c commit 70c5ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/plugins/snowflake/snowpipe/create_snowpipe.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
{% if snowpipe.aws_sns_topic -%} aws_sns_topic = '{{snowpipe.aws_sns_topic}}' {%- endif %}
1010
{% if snowpipe.integration -%} integration = '{{snowpipe.integration}}' {%- endif %}
1111
{% if snowpipe.error_integration -%} error_integration = '{{snowpipe.error_integration}}' {%- endif %}
12-
as {{ dbt_external_tables.snowflake_get_copy_sql(relation, source_node) }}
12+
as {{ dbt_external_tables.snowflake__get_copy_sql(relation, source_node) }}
1313

1414
{% endmacro %}

0 commit comments

Comments
 (0)