* feat(TDI-40339): add Snowflake Merge template * feat(TDI-40339): add Snowflake table management templates * fix(TDI-40339): correct create target table template * fix(TDI-40339): remove the OR REPLACE statement
2 lines
59 B
Plaintext
2 lines
59 B
Plaintext
-- DROP TARGET TABLE
|
|
DROP TABLE <%=__TABLE_NAME_TARGET__%>; |