We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4988a1 commit 75694f6Copy full SHA for 75694f6
dbt/include/synapse/macros/adapters/metadata.sql
@@ -9,7 +9,7 @@
9
{{ return(load_result('list_schemas').table) }}
10
{% endmacro %}
11
12
-{# {% macro synapse__list_relations_without_caching(schema_relation) %}
+{% macro synapse__list_relations_without_caching(schema_relation) %}
13
{% call statement('list_relations_without_caching', fetch_result=True) -%}
14
{{ get_use_database_sql(schema_relation.database) }}
15
select
@@ -45,4 +45,4 @@
45
and table_name like '{{ schema_relation.identifier }}'
46
{% endcall %}
47
{{ return(load_result('list_relations_without_caching').table) }}
48
-{% endmacro %} #}
+{% endmacro %}
0 commit comments