We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe9fc commit 2ae4d71Copy full SHA for 2ae4d71
dbt-snowflake/src/dbt/include/snowflake/macros/get_custom_name.sql
@@ -4,7 +4,8 @@
4
{%- set catalog_relation = adapter.build_catalog_relation(node) -%}
5
{%- elif 'config' in target -%}
6
{%- set catalog_relation = adapter.build_catalog_relation(target) -%}
7
-
+ {%- else -%}
8
+ {%- set catalog_relation = none -%}
9
{%- endif -%}
10
{%- if catalog_relation is not none
11
and catalog_relation|attr('catalog_linked_database')-%}
0 commit comments