- 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.11.4
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.12.0
- 18commits
- 31files changed
- 14contributors
Commits on Jul 21, 2023
build(deps): [autoapprove] bump pygments from 2.13.0 to 2.15.0 (#1618)
Source-Link:googleapis/synthtool@eaef28ePost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f8ca7655fa8a449cadcabcbce4054f593dcbae7aeeab34aa3fcc8b5cf7a93c9eCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Jul 25, 2023
chore(deps): update all dependencies (#1607)
* chore(deps): update all dependencies* revert* revert---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
chore(deps): bump certifi in /samples/geography (#1627)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.- [Commits](certifi/python-certifi@2023.05.07...2023.07.22)---updated-dependencies:- dependency-name: certifi dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredJul 25, 2023
Commits on Jul 27, 2023
build(deps): [autoapprove] bump certifi from 2022.12.7 to 2023.7.22 (#…
…1629)Source-Link:googleapis/synthtool@395d53aPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:6c1cbc75c74b8bdd71dada2fa1677e9d6d78a889e9a70ee75b93d1d0543f96e1Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Aug 8, 2023
build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3 (#1632)
* build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3Source-Link:googleapis/synthtool@352b9d4Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3e3800bb100af5d7f9e810d48212b37812c1856d20ffeafb99ebe66461b61fc7* pin flake8---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Aug 9, 2023
chore(deps): update all dependencies (#1626)
* chore(deps): update all dependencies* revert urllib3---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Aug 11, 2023
chore(deps): update all dependencies (#1636)
* chore(deps): update all dependencies* revert urllib3---------Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Aug 14, 2023
feat: widen retry predicate to include ServiceUnavailable (#1641)
Expands retry. It's possible in the normal lifecycle of an API frontendfor the intermediate response to indicate the API service is not ready.related: internal issue 294103068
shollyman authoredAug 14, 2023
Commits on Aug 21, 2023
fix: relax timeout expectations (#1645)
* fix: relax timeout expectationsChanges to python-api-core can in certain cases cause timeout to berepresented as a literal python base object type. This CL adjustslogic that selects from multiple timeout values to better handle thiscase, which previously assumed either a None or scalar value beingpresent.Fixes:#1612* augment testing* blacken and lint fixes* unused import
shollyman authoredAug 21, 2023
Commits on Aug 23, 2023
bug: fixes numerous minor issues that cause test failures (#1651)
Provides numerous tweaks to correct for failing tests in prerelease testing.
chalmerlowe authoredAug 23, 2023
Commits on Sep 2, 2023
feat: search statistics (#1616)
* experimental tweaks* feat: adds two search statistics classes and property* removes several personal debugging sentinels* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* adds tests* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* cleans up conflict* adds comment* adds some type hints, adds a test for SearchReasons* cleans up some comments* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Update tests/unit/job/test_query_stats.py* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* updated type checks to be isinstance checks per linter* update linting* Update tests/unit/job/test_query_stats.py* Update tests/unit/job/test_query_stats.py* experiments with some tests that are failing* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Fix linting* update package verification approach* update pandas installed version constant* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* remove unused package* set pragma no cover* adds controls to skip testing if pandas exceeds 2.0* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* adds pragma no cover to a simple check* add checks against pandas 2.0 on system test* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* experiments with some tests that are failing* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* resolves merge conflict* resolves merge conflict* resolve conflicts* resolve merge conflicts* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* updates due to faulty confict resolution* adds docstrings to two classes* corrects formatting* Update tests/unit/job/test_query_stats.py* Update tests/unit/job/test_query_stats.py* updates default values and corrects mypy errors* corrects linting* Update google/cloud/bigquery/job/query.py---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Sep 15, 2023
chore(docs): update region tag and move sample and test (#1648)
* chore: added new region tags to create_table_external_data_configuration.py* chore: delete test as part of sample migration* chore: delete sample as part of sample migration* chore: move sample and test to /snippets/* chore: update import statement in create_table_external_data_configuration_test.py* chore: fix import statement in create_table_external_data_configuration_test.py* chore: update sample location in tables.rst
meredithslota authoredSep 15, 2023 feat: add
Dataset.storage_billing_modelsetter, use `client.update_……dataset(ds, fields=["storage_billing_model"])` to update (#1643)Adding Storage Billing Model property. See:https://cloud.google.com/bigquery/docs/updating-datasets#update_storage_billing_models---------Co-authored-by: Tim Swast <swast@google.com>
docs: Revise update_table_expiration sample (#1457)
* docs: Revise update_table_expiration sample* 🦉 Updates from OwlBot post-processorSeehttps://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: Tim Swast <swast@google.com>Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Commits on Sep 18, 2023
chore: de-dupe region tag
bigquery_query_external_gcs_perm(#1658)meredithslota authoredSep 18, 2023 fix: use isinstance() per E721, unpin flake8 (#1659)
* fix: use isinstance() per E721, unpin flake8* change type assertion
Linchin authoredSep 18, 2023
Commits on Oct 2, 2023
fix: allow
storage_billing_modelto be explicitly set toNoneto ……use project default value (#1665)* fix: allow `storage_billing_model` to be explicitly set to `None` to use project default value* add STORAGE_BILLING_MODEL_UNSPECIFIED to docstring
tswast authoredOct 2, 2023
Commits on Oct 3, 2023
chore(main): release 3.12.0 (#1642)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredOct 3, 2023
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.11.4...v3.12.0
Uh oh!
There was an error while loading.Please reload this page.