You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/08 05:25:16 UTC

[GitHub] [beam] chamikaramj commented on a change in pull request #11637: Waiting for BQ Query and Export jobs for more than 5 minutes.

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:
users@infra.apache.org