We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badb82e commit ec3e8aeCopy full SHA for ec3e8ae
google/cloud/bigquery/retry.py
@@ -155,11 +155,6 @@ def _job_should_retry(exc):
155
# waiting for the query to complete.
156
if _should_retry(exc):
157
return True
158
-
159
- # Per b/436586523, ML/AI jobs don't seem to populate the structured errors
160
- # reason. If these jobs fail, still try to retry them.
161
- if "job encountered an internal error" in str(exc):
162
163
164
if not hasattr(exc, "errors") or len(exc.errors) == 0:
165
return False
0 commit comments