You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "AnandInguva (via GitHub)" <gi...@apache.org> on 2023/04/13 22:58:13 UTC

[GitHub] [beam] AnandInguva commented on a diff in pull request #26270: Generating Unique ID within function so that it's unique for every run.

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org