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 1a2e9da commit cd136c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdks/python/apache_beam/io/gcp/bigquery_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,7 @@ class BigQueryWrapper(object):

HISTOGRAM_METRIC_LOGGER = MetricLogger()

def __init__(
self,
client=None,
temp_dataset_id=None,
temp_table_ref=None):
def __init__(self, client=None, temp_dataset_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 cd136c9

Please sign in to comment.