Skip to content

Commit

Permalink
Update relation.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs authored May 24, 2024
1 parent 71bf6f0 commit acdbd8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/include/synapse/macros/adapters/relation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{% endif %}
if object_id ('{{ relation }}','{{ object_id_type }}') is not null
drop {{ relation.type }} {{ relation }}
{% endif %}
{% endmacro %}

{% macro synapse__rename_relation(from_relation, to_relation) -%}
Expand Down

0 comments on commit acdbd8f

Please sign in to comment.