Skip to content

Commit

Permalink
Update incremental.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
borjavb committed Feb 7, 2025
1 parent 9cc17f7 commit 6c577e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{% endmacro %}


{% macro set_partitions(strategy, granularity) %}
{% macro set_partitions(config, strategy, granularity) %}
{#-- We override the partitions to force a static insert overwrite on microbatch, significantly more performant --#}
{% if strategy == "microbatch" %}
{{ return(bq_generate_static_partitions(config, granularity)) }}
Expand Down

0 comments on commit 6c577e2

Please sign in to comment.