Skip to content

Commit 75694f6

Browse files
committed
Updating relation cache
1 parent f4988a1 commit 75694f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbt/include/synapse/macros/adapters/metadata.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ return(load_result('list_schemas').table) }}
1010
{% endmacro %}
1111

12-
{# {% macro synapse__list_relations_without_caching(schema_relation) %}
12+
{% macro synapse__list_relations_without_caching(schema_relation) %}
1313
{% call statement('list_relations_without_caching', fetch_result=True) -%}
1414
{{ get_use_database_sql(schema_relation.database) }}
1515
select
@@ -45,4 +45,4 @@
4545
and table_name like '{{ schema_relation.identifier }}'
4646
{% endcall %}
4747
{{ return(load_result('list_relations_without_caching').table) }}
48-
{% endmacro %} #}
48+
{% endmacro %}

0 commit comments

Comments
 (0)