Skip to content

Commit

Permalink
Updating relation cache
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed May 28, 2024
1 parent f4988a1 commit 75694f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt/include/synapse/macros/adapters/metadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ return(load_result('list_schemas').table) }}
{% endmacro %}

{# {% macro synapse__list_relations_without_caching(schema_relation) %}
{% macro synapse__list_relations_without_caching(schema_relation) %}
{% call statement('list_relations_without_caching', fetch_result=True) -%}
{{ get_use_database_sql(schema_relation.database) }}
select
Expand Down Expand Up @@ -45,4 +45,4 @@
and table_name like '{{ schema_relation.identifier }}'
{% endcall %}
{{ return(load_result('list_relations_without_caching').table) }}
{% endmacro %} #}
{% endmacro %}

0 comments on commit 75694f6

Please sign in to comment.