- Notifications
You must be signed in to change notification settings - Fork321
Comparing changes
Open a pull request
base repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
base:v3.35.1
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.36.0
- 10commits
- 28files changed
- 9contributors
Commits on Jul 31, 2025
Commits on Aug 5, 2025
chore(deps): update all dependencies (#2253)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Commits on Aug 6, 2025
feat: retry query jobs if
jobBackendErrororjobInternalErrorare…… encountered (#2256)* feat: retry query jobs if `jobBackendError` or `jobInternalError` are encountered* Update google/cloud/bigquery/retry.py
Commits on Aug 14, 2025
feat: add created/started/ended properties to RowIterator. (#2260)
* feat: add created/started/ended attribute to RowIterator.* fix annotation* links update* mypy fix* Update google/cloud/bigquery/query.pyCo-authored-by: Tim Sweña (Swast) <tswast@gmail.com>* Update google/cloud/bigquery/table.pyCo-authored-by: Tim Sweña (Swast) <tswast@gmail.com>* Update google/cloud/bigquery/table.pyCo-authored-by: Tim Sweña (Swast) <tswast@gmail.com>* Update google/cloud/bigquery/query.pyCo-authored-by: Tim Sweña (Swast) <tswast@gmail.com>* Update google/cloud/bigquery/query.pyCo-authored-by: Tim Sweña (Swast) <tswast@gmail.com>* Update google/cloud/bigquery/job/query.pyCo-authored-by: Tim Sweña (Swast) <tswast@gmail.com>* fix unit test---------Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com>Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Commits on Aug 18, 2025
chore: add private
_query_and_wait_bigframesmethod (#2250)* chore: add private `_query_and_wait_bigframes` methodTowards internal issue b/409104302* fix unit tests* revert type hints* lint* Apply suggestions from code reviewCo-authored-by: Chalmer Lowe <chalmerlowe@google.com>* populate created, started, ended---------Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
docs: add a TROUBLESHOOTING.md file with tips for logging (#2262)
* docs: add a TROUBLESHOOTING.md file with tips for logging* typo* finish my sentence---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Commits on Aug 20, 2025
chore: execute retry tests serially, since they depend on global time (…
…#2265)* chore: migrate test_base retry tests* migrate job_helpers test* migrate more tests* fix initiate resumable upload tests* fix failing tests* remove dead test code
chore(main): release 3.36.0 (#2255)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v3.35.1...v3.36.0
Uh oh!
There was an error while loading.Please reload this page.