Skip to content

Commit

Permalink
Update schema.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs authored May 24, 2024
1 parent 636c62e commit 1fcc08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/include/synapse/macros/adapters/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% endcall %}
{% endmacro %}

{% macro synapse__drop_schema(relation) -%}
{% do adapter.drop_relation(schema_relation) %}
{%- set relations_in_schema = list_relations_without_caching(relation) %}

{% for row in relations_in_schema %}
Expand Down

0 comments on commit 1fcc08b

Please sign in to comment.