File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ processing power of Google's infrastructure.
1818.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-bigquery.svg
1919 :target: https://pypi.org/project/google-cloud-bigquery/
2020.. _BigQuery : https://cloud.google.com/bigquery/what-is-bigquery
21- .. _Client Library Documentation : https://googleapis.dev /python/bigquery/latest
21+ .. _Client Library Documentation : https://cloud.google.com /python/docs/reference/ bigquery/latest/summary_overview
2222.. _Product Documentation : https://cloud.google.com/bigquery/docs/reference/v2/
2323
2424Quick Start
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ def _should_retry_get_job_conflict(exc):
124124 "rateLimitExceeded" ,
125125 "backendError" ,
126126 "internalError" ,
127+ "jobBackendError" ,
128+ "jobInternalError" ,
127129 "jobRateLimitExceeded" ,
128130)
129131
Original file line number Diff line number Diff line change 11attrs == 25.3.0
2- certifi == 2025.7.14
2+ certifi == 2025.8.3
33cffi == 1.17.1
44charset-normalizer == 3.4.2
55click === 8.1.8 ; python_version == '3.9'
Original file line number Diff line number Diff line change 1- bigquery_magics == 0.10.1
1+ bigquery_magics == 0.10.2
22db-dtypes == 1.4.3
33google.cloud.bigquery == 3.35.1
44google-cloud-bigquery-storage == 2.32.0
Original file line number Diff line number Diff line change 1- bigquery-magics == 0.10.1
1+ bigquery-magics == 0.10.2
22db-dtypes == 1.4.3
33google-cloud-bigquery == 3.35.1
44google-cloud-bigquery-storage == 2.32.0
You can’t perform that action at this time.
0 commit comments