- 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.20.1
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.21.0
- 13commits
- 32files changed
- 13contributors
Commits on Apr 3, 2024
fix: creates linting-typing.cfg in presubmit (#1881)
* creates linting-typing.cfg in presubmit* attempt to filter out linting and typing tests from presubmit* lints and blackens this commit* revise environmental variables* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update noxfile.py* Update .kokoro/presubmit/linting-typing.cfg* Update .kokoro/presubmit/linting-typing.cfg* Update .kokoro/presubmit/linting-typing.cfg* Update .kokoro/presubmit/presubmit.cfg* Update .kokoro/presubmit/presubmit.cfg
chalmerlowe authoredApr 3, 2024
Commits on Apr 8, 2024
chore(deps): update all dependencies (#1882)
* chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* pin pycparser==2.21 for python 3.7---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Commits on Apr 10, 2024
feat: support RANGE in queries Part 1: JSON (#1884)
* feat: support range in queries as dict* fix sys tests* lint* fix typo
Linchin authoredApr 10, 2024
Commits on Apr 11, 2024
feat: adds billing to opentel (#1889)
chalmerlowe authoredApr 11, 2024 chore(deps): update all dependencies (#1891)
* chore(deps): update all dependencies* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* revert pinned requirement version and add triple equal"===" prevents dependabot from attempting to upgrade it in the future---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
feat: Add compression option ZSTD. (#1890)
* Add ZSTD to compression types* feat: adds tests re Compression types* revise datatype from Enum to object* adds license text and docstring* change object back to enum datatype* updates compression object comparison* updates Compression class* jsonify and sort the input and output for testing* Update tests/unit/job/test_extract.py* moved json import statement* removed enums test and file---------Co-authored-by: Ethan Steinberg <ethan.steinberg@gmail.com>Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Commits on Apr 12, 2024
chore(deps): update dependency idna to v3.7 [security] (#1896)
renovate-bot authoredApr 12, 2024 chore(deps): update all dependencies (#1893)
* chore(deps): update all dependencies* 🦉 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: Chalmer Lowe <chalmerlowe@google.com>
chore(python): bump idna from 3.4 to 3.7 in .kokoro (#1897)
* chore(python): bump idna from 3.4 to 3.7 in .kokoroSource-Link:googleapis/synthtool@d50980ePost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070* Apply changes fromgoogleapis/synthtool#1950---------Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
fix: Remove duplicate key time_partitioning from Table._PROPERTY_TO_A… (
#1898)…PI_FIELDThank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea- [ ] Ensure the tests and linter pass- [ ] Code coverage does not decrease (if any source code was changed)- [ ] Appropriate docs were updated (if necessary)Fixes #<issue_number_goes_here> 🦕
toransahu authoredApr 12, 2024 fix: add types to DatasetReference constructor (#1601)
* fix: add types to DatasetReference constructor* fix: add types to DatasetReference constructor* fix: DatasetReference.from_string test coverage---------Co-authored-by: Karel Serruys <karel.serruys@foodpairing.com>Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>Co-authored-by: meredithslota <meredithslota@google.com>Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Commits on Apr 18, 2024
fix: avoid unnecessary API call in QueryJob.result() when job is alre…
…ady finished (#1900)fix: retry query job after ambiguous failuresCo-authored-by: Chalmer Lowe <chalmerlowe@google.com>
chore(main): release 3.21.0 (#1883)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredApr 18, 2024
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.20.1...v3.21.0
Uh oh!
There was an error while loading.Please reload this page.