dbt/include/maxcompute/macros/relations/table/drop.sql (
5
lines of code) (
raw
):
{% macro maxcompute__drop_table(relation) %} {% call statement(name="main") %} drop table if exists {{ relation }} {% endcall %} {% endmacro %}