AnandInguva commented on code in PR #26270:
URL: https://github.com/apache/beam/pull/26270#discussion_r1166101150
##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -689,7 +689,6 @@ def __init__(
self.query_priority = query_priority
self._job_name = job_name or 'BQ_EXPORT_JOB'
self._step_name = step_name
- self._source_uuid = unique_id
Review Comment:
Do we want to remove the input param `unique_id`? Since this is an internal
function, I guess it would be okay?
--
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]