base repository: googleapis/python-bigquery
base: v3.29.0
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
compare: v3.30.0
- 13 commits
- 30 files changed
- 10 contributors
Commits on Jan 21, 2025
feat: support resource_tags for table (#2093)
* feat: support resource_tags for table * fix: system test for resource tags * fix: typo * fix: unit test * Update tests/unit/test_client.py * Update google/cloud/bigquery/table.py * Update google/cloud/bigquery/table.py * Update google/cloud/bigquery/table.py * fix: append random string suffix to resource tags to prevent test conflicts * Update google/cloud/bigquery/table.py --------- Co-authored-by: Lingqing Gan <[email protected]>
Commits on Jan 27, 2025
chore(python): fix docs publish build (#2113)
Source-Link: googleapis/synthtool@bd9ede2 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:04c35dc5f49f0f503a306397d6d043685f8d2bb822ab515818c4208d7fb2db3a Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Lingqing Gan <[email protected]>
Commits on Jan 31, 2025
feat: add roundingmode enum, wiring, and tests (#2121)
* feat: adds roundingmode and entity types * Adds rounding_mode to schema file and tests * tweaks RoundingMode docstring and roundingmode logic * Updates tests to apply better coverage for rounding_mode * Modifies docstring * Removes client-side validation, simplifies some code * Updates foreign_type_definition processing
Commits on Feb 3, 2025
fix: avoid blocking in download thread when using BQ Storage API (#2034)
This prevents a deadlock between the main thead and download threads when the threadpool is shutdown prematurely. Co-authored-by: Chalmer Lowe <[email protected]> Co-authored-by: Tim Sweña (Swast) <[email protected]>
Commits on Feb 6, 2025
test: add unit test covering the case where worker streams are stoppe…
…d early (#2127) * test: add unit test covering the case where worker streams are stopped early * use older pyarrow.record_batch constructor * remove flakey log-based tests from snippets * add a gc.collect() call to make sure threads are supposed to be cleaned up
Commits on Feb 14, 2025
docs: update magics.rst (#2125)
* Update magics.rst use bigquery-magics package for the %%bigquery magic * Update magics.rst add back space * update reference and link for bigquery magics --------- Co-authored-by: Lingqing Gan <[email protected]>
chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /.kokoro (#2130)
Bumps [cryptography](https://.com/pyca/cryptography) from 43.0.1 to 44.0.1. - [Changelog](https://.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply..com> Co-authored-by: Lingqing Gan <[email protected]>
Commits on Feb 21, 2025
deps: use pandas-gbq to determine schema in `load_table_from_datafram…
…e` (#2095) * feat: use pandas-gbq to determine schema in `load_table_from_dataframe` * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix some unit tests * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * bump minimum pandas-gbq to 0.26.1 * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * drop pandas-gbq from python 3.7 extras * relax warning message text assertion * use consistent time zone presense/absense in time datetime system test * Update google/cloud/bigquery/_pandas_helpers.py * Update google/cloud/bigquery/_pandas_helpers.py Co-authored-by: Chalmer Lowe <[email protected]> * remove pandas-gbq from at least 1 unit test and system test session --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com> Co-authored-by: Chalmer Lowe <[email protected]>
Feat: Adds foreign_type_info attribute to table class and adds unit t…
…ests. (#2126) * adds foreign_type_info attribute to table * feat: Adds foreign_type_info attribute and tests * updates docstrings for foreign_type_info * Updates property handling, especially as regards set/get_sub_prop * Removes extraneous comments and debug expressions * Refactors build_resource_from_properties w get/set_sub_prop * updates to foreign_type_info, tests and wiring * Adds logic to detect non-Sequence schema.fields value * updates assorted tests and logic
deps: updates required checks list in (#2136)
* deps: updates required checks list in * deps: updates snippet and system checks in to remove 3.9 * changes the order of two items in the list.
Commits on Feb 25, 2025
chore(python): conditionally load credentials in .kokoro/build.sh (#2137
) Source-Link: googleapis/synthtool@aa69fb7 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
Commits on Feb 26, 2025
fix: retry 404 errors in
Client.query(...)
(#2135)* fix: retry 404 errors in `Client.query(...)` * retry on 404 * only retry notfound on jobs.insert * try to improve code coverage * disambiguate job not found from dataset/table not found * remove use of private attributes * fix unit tests * fix cover for retry.py
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Feb 27, 2025
chore(main): release 3.30.0 (#2119)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..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.29.0...v3.30.0
Uh oh!
There was an error while loading. Please reload this page.