Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/hgi-4620
Browse files Browse the repository at this point in the history
vmesel authored Nov 22, 2023
2 parents 1637359 + 62d9f09 commit b63c2fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target_bigquery/processhandler.py
Original file line number Diff line number Diff line change
@@ -293,7 +293,6 @@ def _do_temp_table_based_load(self, rows):
instance_truncate = self.truncate or self.table_configs.get(stream, {}).get("truncate", False)
if instance_truncate:
self.logger.info(f"Truncating dataset: {stream}")

instance_increment = self.incremental if not instance_truncate else False
if instance_increment:
self.logger.info(f"Copy {tmp_table_name} to {self.tables[stream]} by INCREMENTAL")

0 comments on commit b63c2fd

Please sign in to comment.