Skip to content

Commit 190f8ea

Browse files
committed
Remove extra drop relation statement
1 parent ecc9040 commit 190f8ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbt/include/sqlserver/macros/materializations/models/table/create_table_as.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SQL Server doesnt support this, so we use the 'SELECT * INTO XYZ FROM ABC' synta
99
path={"identifier": relation.identifier.replace("#", "") ~ '_temp_view'},
1010
type='view')-%}
1111
{% do run_query(fabric__drop_relation_script(tmp_relation)) %}
12-
{% do run_query(fabric__drop_relation_script(relation)) %}
1312

1413
{% set contract_config = config.get('contract') %}
1514

0 commit comments

Comments
 (0)