Skip to content

Commit

Permalink
fix: delete redundant using clause
Browse files Browse the repository at this point in the history
  • Loading branch information
ugmuka committed Oct 18, 2024
1 parent 78f8667 commit f17338e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/include/snowflake/macros/materializations/merge.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
{% do arg_dict.update({'incremental_predicates': incremental_predicates}) %}

delete from {{ target }} DBT_INTERNAL_TARGET
using {{ source }}
where (
{% for predicate in incremental_predicates %}
{%- if not loop.first %}and {% endif -%} {{ predicate }}
Expand Down

0 comments on commit f17338e

Please sign in to comment.