chamikaramj commented on a change in pull request #13749:
URL: https://github.com/apache/beam/pull/13749#discussion_r558560213
##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -739,7 +739,7 @@ def estimate_size(self):
self._job_name,
self._source_uuid,
bigquery_tools.BigQueryJobTypes.QUERY,
- random.randint(0, 1000))
+ int(time.time()))
Review comment:
Hmm, this assumes that no two users will start jobs from the same
template at the same time, right ? I'm not sure if this is a strong enough
assumption for public templates that might be used by a large number of users.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]