Skip to content

Commit

Permalink
Update incremental.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
borjavb committed Dec 30, 2024
1 parent e26a05f commit 6580895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
{% endif %}

{% set build_sql = bq_generate_incremental_build_sql(
strategy, tmp_relation, target_relation, compiled_code, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, incremental_substrategy,
strategy, tmp_relation, target_relation, compiled_code, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists, incremental_substrategy
) %}

{%- call statement('main') -%}
Expand Down

0 comments on commit 6580895

Please sign in to comment.