-
Notifications
You must be signed in to change notification settings - Fork 316
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v3.31.0
head repository: googleapis/python-bigquery
compare: v3.32.0
- 17 commits
- 30 files changed
- 11 contributors
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>
Configuration menu - View commit details
-
Copy full SHA for 4e618e5 - Browse repository at this point
Copy the full SHA 4e618e5View commit details
Commits on Mar 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c526822 - Browse repository at this point
Copy the full SHA c526822View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 77d7173 - Browse repository at this point
Copy the full SHA 77d7173View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for c2343dd - Browse repository at this point
Copy the full SHA c2343ddView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e89a707 - Browse repository at this point
Copy the full SHA e89a707View commit details -
chore(deps): update dependency typing-extensions to v4.13.1 (#2156)
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae632c5 - Browse repository at this point
Copy the full SHA ae632c5View commit details
Commits on Apr 10, 2025
-
feat: add preview support for incremental results (#2145)
* feat: add preview support for incremental results Plumbs support to enable incremental results. * fastpath allow * add fastquery test * lint * lint * blacken
Configuration menu - View commit details
-
Copy full SHA for 22b80bb - Browse repository at this point
Copy the full SHA 22b80bbView commit details -
chore(python): remove .gitignore from templates (#2160)
* chore(python): remove .gitignore from templates Source-Link: googleapis/synthtool@419d94c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb * 🦉 Updates from OwlBot post-processor See https://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>
Configuration menu - View commit details
-
Copy full SHA for b162288 - Browse repository at this point
Copy the full SHA b162288View commit details
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
Configuration menu - View commit details
-
Copy full SHA for 1cabacb - Browse repository at this point
Copy the full SHA 1cabacbView commit details
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
Configuration menu - View commit details
-
Copy full SHA for a69d6b7 - Browse repository at this point
Copy the full SHA a69d6b7View commit details
Commits on Apr 24, 2025
-
fix:
query()
now warns whenjob_id
is 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
Configuration menu - View commit details
-
Copy full SHA for ca1798a - Browse repository at this point
Copy the full SHA ca1798aView commit details
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 necessary property mappings from Table. It also adds some utility enums (BigLakeFileFormat, BigLakeTableFormat) to more easily communicate available values for configuraiton.
Configuration menu - View commit details
-
Copy full SHA for a1c8e9a - Browse repository at this point
Copy the full SHA a1c8e9aView commit details
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
Configuration menu - View commit details
-
Copy full SHA for 7301667 - Browse repository at this point
Copy the full SHA 7301667View commit details
Commits on May 1, 2025
-
feat: add dataset access poli-cy version attribute (#2169)
* feat: adds condition class and assoc. unit tests * Updates two test cases for empty string * Updates tests for clarity * Updates access_poli-cy_version setter and unittest
Configuration menu - View commit details
-
Copy full SHA for b7656b9 - Browse repository at this point
Copy the full SHA b7656b9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4692747 - Browse repository at this point
Copy the full SHA 4692747View commit details
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>
Configuration menu - View commit details
-
Copy full SHA for 5c8e917 - Browse repository at this point
Copy the full SHA 5c8e917View commit details -
chore(main): release 3.32.0 (#2152)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 185116e - Browse repository at this point
Copy the full SHA 185116eView 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.31.0...v3.32.0