chamikaramj commented on a change in pull request #11637:
URL: https://github.com/apache/beam/pull/11637#discussion_r421945252



##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -738,7 +738,7 @@ def _execute_query(self, bq):
         job_id=uuid.uuid4().hex,
         kms_key=self.kms_key)
     job_ref = job.jobReference
-    bq.wait_for_bq_job(job_ref)
+    bq.wait_for_bq_job(job_ref, max_retries=0)

Review comment:
       Probably cleaner to just change to default to wait for ever unless a 
timeout is specified ?




----------------------------------------------------------------
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]


Reply via email to