Skip to content

Commit

Permalink
duplicate line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent.PAUWELS committed Nov 13, 2023
1 parent 25b6bfe commit 4d12ac1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
{% endif %}
{% elif existing_relation_type == 'view' or should_full_refresh() %}
{{ glue__drop_relation(target_relation) }}
{% do glue__drop_relation(existing_relation) %}
{% if file_format == 'delta' %}
{{ adapter.delta_create_table(target_relation, sql, unique_key, partition_by, custom_location) }}
{% set build_sql = "select * from " + target_relation.schema + "." + target_relation.identifier + " limit 1 " %}
Expand Down

0 comments on commit 4d12ac1

Please sign in to comment.