Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 19, 2024
1 parent f7a00df commit 281ffd6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dbt/include/databricks/macros/relations/drop.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,3 @@
{{ drop_table(relation) }}
{%- endif -%}
{% endmacro %}

{% macro databricks__drop_relation(relation) -%}
{% call statement('drop_relation', auto_begin=False) -%}
{{ get_drop_sql(relation) }}
{%- endcall %}
{% endmacro %}

0 comments on commit 281ffd6

Please sign in to comment.