dbt/include/maxcompute/macros/relations/view/drop.sql (5 lines of code) (raw):

{% macro maxcompute__drop_view(relation) %} {% call statement(name="main") %} drop view if exists {{ relation }} {% endcall %} {% endmacro %}