Skip to content

Commit fc8fc1e

Browse files
committed
Merge remote-tracking branch 'origin/main' into tswast-bigframes
2 parents 9a3148f + 3deff1d commit fc8fc1e

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
Quick Start

google/cloud/bigquery/retry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

samples/geography/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs==25.3.0
2-
certifi==2025.7.14
2+
certifi==2025.8.3
33
cffi==1.17.1
44
charset-normalizer==3.4.2
55
click===8.1.8; python_version == '3.9'

samples/magics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bigquery_magics==0.10.1
1+
bigquery_magics==0.10.2
22
db-dtypes==1.4.3
33
google.cloud.bigquery==3.35.1
44
google-cloud-bigquery-storage==2.32.0

samples/notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bigquery-magics==0.10.1
1+
bigquery-magics==0.10.2
22
db-dtypes==1.4.3
33
google-cloud-bigquery==3.35.1
44
google-cloud-bigquery-storage==2.32.0

0 commit comments

Comments
 (0)