Skip to content

Commit

Permalink
incorrect parameter is passed to the bq_insert_overwrite macro call i…
Browse files Browse the repository at this point in the history
…n the bq_generate_incremental_build_sql macro causing two tmp tables to be created (#172)
  • Loading branch information
robomill authored May 3, 2022
1 parent 8ef193a commit 3bbd76b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
{% endif %}

{% set build_sql = bq_insert_overwrite(
tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, on_schema_change
tmp_relation, target_relation, sql, unique_key, partition_by, partitions, dest_columns, tmp_relation_exists
) %}

{% else %} {# strategy == 'merge' #}
Expand Down

0 comments on commit 3bbd76b

Please sign in to comment.