- 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.31.0
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.32.0
- 17commits
- 30files changed
- 11contributors
Commits on Mar 27, 2025
chore(deps): update all dependencies (#2143)
* chore(deps): update all dependencies* pin ipython===8.18.1 for python 3.9---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Commits on Mar 31, 2025
Commits on Apr 1, 2025
fix: empty record dtypes (#2147)
* fix: empty record dtypes* update pandas minimum version* fix coverage* fix test_pandas---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Commits on Apr 3, 2025
chore(deps): update dependency shapely to v2.1.0 (#2155)
* chore(deps): update dependency shapely to v2.1.0* pin Shapely===2.0.7 for python 3.9---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
fix: table iterator should not use bqstorage when page_size is not No…
…ne (#2154)* fix: table iterator should not use bqstorage when page_size is not None* fix dbapi cursor tests
chore(deps): update dependency typing-extensions to v4.13.1 (#2156)
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Commits on Apr 10, 2025
feat: add preview support for incremental results (#2145)
* feat: add preview support for incremental resultsPlumbs support to enable incremental results.* fastpath allow* add fastquery test* lint* lint* blacken
chore(python): remove .gitignore from templates (#2160)
* chore(python): remove .gitignore from templatesSource-Link:googleapis/synthtool@419d94cPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* remove replacement in owlbot.py---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Apr 11, 2025
test: adds pytest-xdist to speed up processing of CI/CD checks (#2153)
* experimentation using pytest-xdist* adds pytest-xdist to nox system session for experimentation* adds pytest-xdist install AND -n=auto argument* updates sample noxfiles* updates pytest version in requirements-test.txt files* Update samples/notebooks/requirements-test.txt* Update samples/notebooks/requirements-test.txt
Commits on Apr 16, 2025
feat: adds condition class and assoc. unit tests (#2159)
* feat: adds condition class and assoc. unit tests* Updates two test cases for empty string
Commits on Apr 24, 2025
fix:
query()now warns whenjob_idis set and the default `job_re……try` is ignored (#2167)* fix: `query()` now warns when `job_id` is set and the default `job_retry` is ignored* Update google/cloud/bigquery/client.py* allow None for job_retry in code path that calls jobs.query from client.query* allow None for job_retry in code path that calls jobs.query from client.query* Update tests/unit/test_job_retry.py
Commits on Apr 25, 2025
feat: support BigLakeConfiguration (managed Iceberg tables) (#2162)
* feat: support BigLakeConfiguration (managed Iceberg tables)This PR adds the BigLakeConfiguration class to tables, and the necessaryproperty mappings from Table. It also adds some utility enums(BigLakeFileFormat, BigLakeTableFormat) to more easily communicateavailable values for configuraiton.
Commits on Apr 29, 2025
feat: Update the AccessEntry class with a new condition attribute and…
… unit tests (#2163)* feat: adds condition class and assoc. unit tests* Updates AccessEntry with condition setter/getter* Adds condition attr to AccessEntry and unit tests* adds tests for Condition dunder methods to ensure coverage* moves the entity_type logic out of _from_api_repr to entity_type setter* Updates logic in entity_type getter* updates several AccessEntry related tests* Updates AccessEntry condition setter test to use a dict* udpates entity_id handling* Updates _entity_type access* tweaks type hinting* Update tests/unit/test_dataset.py* Update tests/unit/test_dataset.py* Updates DatasetReference in test and __eq__ check* remove debug print statement
Commits on May 1, 2025
feat: add dataset access policy version attribute (#2169)
* feat: adds condition class and assoc. unit tests* Updates two test cases for empty string* Updates tests for clarity* Updates access_policy_version setter and unittest
feat: add WRITE_TRUNCATE_DATA enum (#2166)
This PR documents the new WRITE_TRUNCATE_DATA write disposition by adding the enum value.internal issue: b/406848221
Commits on May 12, 2025
chore(deps): update all dependencies (#2158)
* chore(deps): update all dependencies* Update samples/geography/requirements.txt---------Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
chore(main): release 3.32.0 (#2152)
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.31.0...v3.32.0
Uh oh!
There was an error while loading.Please reload this page.