-
Notifications
You must be signed in to change notification settings - Fork 306
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v3.23.1
head repository: googleapis/python-bigquery
compare: v3.24.0
- 15 commits
- 34 files changed
- 10 contributors
Commits on May 21, 2024
-
feat: add support for map target type in Parquet options (#1919)
* Update format_options.py to include the newly added map target type. The map target type creates a schema without the added key_value repeated field. * Added tests * add unit test * lint --------- Co-authored-by: Lingqing Gan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3f7b23 - Browse repository at this point
Copy the full SHA c3f7b23View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f72723 - Browse repository at this point
Copy the full SHA 4f72723View commit details
Commits on May 28, 2024
-
chore(deps): update all dependencies (#1926)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <[email protected]> Co-authored-by: Leah E. Cole <[email protected]> Co-authored-by: Chalmer Lowe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b080be - Browse repository at this point
Copy the full SHA 7b080beView commit details
Commits on May 29, 2024
-
chore(deps): update all dependencies (#1934)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b844eef - Browse repository at this point
Copy the full SHA b844eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ec0c1 - Browse repository at this point
Copy the full SHA 67ec0c1View commit details -
chore(deps): bump requests from 2.31.0 to 2.32.2 in /samples/geography (
#1933) * chore(deps): bump requests from 2.31.0 to 2.32.2 in /samples/geography Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * pin requests==2.31.0 for python 3.7 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f19d398 - Browse repository at this point
Copy the full SHA f19d398View commit details
Commits on May 30, 2024
-
chore: add warning if storage module not found (#1937)
* chore: add warning if storage module not found * Update tests/unit/test_table.py Co-authored-by: Chalmer Lowe <[email protected]> * Update tests/unit/test_table.py Co-authored-by: Chalmer Lowe <[email protected]> --------- Co-authored-by: Chalmer Lowe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f85e2e - Browse repository at this point
Copy the full SHA 5f85e2eView commit details
Commits on May 31, 2024
-
chore(deps): update all dependencies (#1936)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 618d4bb - Browse repository at this point
Copy the full SHA 618d4bbView commit details -
chore(deps): update all dependencies (#1938)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 94d61b0 - Browse repository at this point
Copy the full SHA 94d61b0View commit details -
feat: add default timeout for Client.get_job() (#1935)
* feat: add default timeout for Client.get_job() * change timeout type detection * lint * fix unit test and coverage * add type hint * fix type hint * change import style and add comments * remove sentinel value in client * type hint * typo * add sentinel for query_and_wait() * add unit tests * fix unit test * Update google/cloud/bigquery/job/query.py Co-authored-by: Tim Sweña (Swast) <[email protected]> * Update google/cloud/bigquery/job/query.py Co-authored-by: Tim Sweña (Swast) <[email protected]> * address comments * typo * type hint * typos --------- Co-authored-by: Tim Sweña (Swast) <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 9fbad76 - Browse repository at this point
Copy the full SHA 9fbad76View commit details
Commits on Jun 3, 2024
-
testing: update BQML training option (#1943)
This updates tests to use `max_iterations` rather than `max_iteration` which was an alpha option. Related: b/344469351
Configuration menu - View commit details
-
Copy full SHA for f7a3da0 - Browse repository at this point
Copy the full SHA f7a3da0View commit details -
chore: updates continuous CI/CD tests against specific versions of Py…
…thon (#1941) Updates the regular continuous CI/CD checks to test against specific versions of Python (versions that aren't our most recent supported version and aren't our oldest supported version). Also removes a CI/CD check that is superceded by a more recent version of check (prerelease-deps >>> replaced by prerelease-deps-3.12). Modifies owlbot to avoid it adding prerelease-deps back into the mix since that file is a default in synthtool.
Configuration menu - View commit details
-
Copy full SHA for fc3edd5 - Browse repository at this point
Copy the full SHA fc3edd5View commit details -
perf: if
page_size
ormax_results
is set onQueryJob.result()
, ……use to download first page of results (#1942) * perf: if `page_size` or `max_results` is set on `QueryJob.result()`, use to download first page of results * add unit tests for query_and_wait * populate maxResults on page 2 * fix maxResults * fix coverage --------- Co-authored-by: Lingqing Gan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e7a48d - Browse repository at this point
Copy the full SHA 3e7a48dView commit details
Commits on Jun 4, 2024
-
fix: create query job in job.result() if doesn't exist (#1944)
* fix: create query job in job.result() if doesn't exist * Apply suggestions from code review --------- Co-authored-by: Tim Sweña (Swast) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f5b4b7 - Browse repository at this point
Copy the full SHA 8f5b4b7View commit details -
chore(main): release 3.24.0 (#1928)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc7b399 - Browse repository at this point
Copy the full SHA cc7b399View commit details
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.23.1...v3.24.0