Skip to content

Commit

Permalink
♻️ Remove duplicate line in BigQueryGcsStagingSink constructor (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
buu-nguyen authored Jan 22, 2024
1 parent 9a5f68f commit d623e15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion target_bigquery/gcs_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def __init__(
self.client = gcs_client_factory(self._credentials)
self.create_bucket_if_not_exists()
self.buffer = Compressor()
self.buffer = Compressor()
self.gcs_notification, self.gcs_notifier = target.pipe_cls(False)
self.uris: List[str] = []
self.increment_jobs_enqueued = target.increment_jobs_enqueued
Expand Down

0 comments on commit d623e15

Please sign in to comment.