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.
18
18
.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-bigquery.svg
19
19
:target: https://pypi.org/project/google-cloud-bigquery/
20
20
.. _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
22
22
.. _Product Documentation : https://cloud.google.com/bigquery/docs/reference/v2/
23
23
24
24
Quick Start
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ def _should_retry_get_job_conflict(exc):
124
124
"rateLimitExceeded" ,
125
125
"backendError" ,
126
126
"internalError" ,
127
+ "jobBackendError" ,
128
+ "jobInternalError" ,
127
129
"jobRateLimitExceeded" ,
128
130
)
129
131
Original file line number Diff line number Diff line change 1
1
attrs == 25.3.0
2
- certifi == 2025.7.14
2
+ certifi == 2025.8.3
3
3
cffi == 1.17.1
4
4
charset-normalizer == 3.4.2
5
5
click === 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
2
2
db-dtypes == 1.4.3
3
3
google.cloud.bigquery == 3.35.1
4
4
google-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
2
2
db-dtypes == 1.4.3
3
3
google-cloud-bigquery == 3.35.1
4
4
google-cloud-bigquery-storage == 2.32.0
You can’t perform that action at this time.
0 commit comments