Skip to content

Commit

Permalink
Remove extra drop relation statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-scott committed Mar 3, 2024
1 parent ecc9040 commit 190f8ea
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SQL Server doesnt support this, so we use the 'SELECT * INTO XYZ FROM ABC' synta
path={"identifier": relation.identifier.replace("#", "") ~ '_temp_view'},
type='view')-%}
{% do run_query(fabric__drop_relation_script(tmp_relation)) %}
{% do run_query(fabric__drop_relation_script(relation)) %}

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

Expand Down

0 comments on commit 190f8ea

Please sign in to comment.