Comparing v3.35.1...v3.36.0 · googleapis/python-bigquery
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
- 10 commits
- 28 files changed
- 9 contributors
Commits on Aug 5, 2025
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.py Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com> * Update google/cloud/bigquery/table.py Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com> * Update google/cloud/bigquery/table.py Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com> * Update google/cloud/bigquery/query.py Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com> * Update google/cloud/bigquery/query.py Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com> * Update google/cloud/bigquery/job/query.py Co-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>
3 people authored
Aug 14, 2025
Commits on Aug 18, 2025
-
chore: add private
_query_and_wait_bigframesmethod (#2250)* chore: add private `_query_and_wait_bigframes` method Towards internal issue b/409104302 * fix unit tests * revert type hints * lint * Apply suggestions from code review Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> * populate created, started, ended --------- Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>