Skip to content

Commit

Permalink
update drop macro to include cascade
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 committed May 15, 2024
1 parent 2489280 commit 479c73e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% macro redshift__drop_materialized_view(relation) -%}
drop materialized view if exists {{ relation }}
drop materialized view if exists {{ relation }} cascade
{%- endmacro %}

0 comments on commit 479c73e

Please sign in to comment.