damccorm commented on code in PR #32289: URL: https://github.com/apache/beam/pull/32289#discussion_r1878759045
########## sdks/python/apache_beam/io/gcp/bigquery_tools.py: ########## @@ -352,7 +352,12 @@ 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, + project_id=None): Review Comment: Do we do anything with this project_id? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
