Skip to content

Commit

Permalink
Update bigquery_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reeba212 authored Dec 13, 2024
1 parent bb511e9 commit 1a2e9da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/apache_beam/io/gcp/bigquery_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ def __init__(
self,
client=None,
temp_dataset_id=None,
temp_table_ref=None,
project_id=None):
temp_table_ref=None):
self.client = client or BigQueryWrapper._bigquery_client(PipelineOptions())
self.gcp_bq_client = client or gcp_bigquery.Client(
client_info=ClientInfo(
Expand Down

0 comments on commit 1a2e9da

Please sign in to comment.