- 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:v2.16.1
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.17.0
- 9commits
- 39files changed
- 6contributors
Commits on May 13, 2021
chore(deps): update dependency google-cloud-bigquery to v2.16.1 (#652)
renovate-bot authoredMay 13, 2021 chore: migrate to owl bot (#663)
* chore: migrate to owl bot* chore: copy files from googleapis-gen f2de93abafa306b2ebadf1d10d947db8bcf2bf15* chore: run the post processor
parthea authoredMay 13, 2021
Commits on May 16, 2021
chore: new owl bot post processor docker image (#665)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
gcf-owl-bot[bot] authoredMay 16, 2021
Commits on May 20, 2021
feat: detect obsolete BQ Storage extra at runtime (#666)
* feat: detect obsolete BQ Storage extra at runtime* Cover the changes with unit tests* Skip BQ Storage version tests if extra missing* Rename and improve _create_bqstorage_client()The method is renamed to _ensure_bqstorage_client() and now performsa check if BQ Storage dependency is recent enough.* Remove BQ Storage check from dbapi.CursorThe check is now performed in dbapi.Connection, which is sufficient.* Remove BQ Storage check in _pandas_helpersThe methods in higher layers already do the same check beforea BQ Storage client instance is passed to_pandas_helpers._download_table_bqstorage() helper.* Simplify BQ Storage client factory in magicsLean more heavily on client._ensure_bqstorage_client() to de-duplicatelogic.* Cover missing code lines with tests
plamut authoredMay 20, 2021 chore: upgrade gapic-generator-python to 0.46.3 (#664)
PiperOrigin-RevId: 373649163Source-Link:googleapis/googleapis@7e1b14eSource-Link:googleapis/googleapis-gen@0a3c7d2
gcf-owl-bot[bot] authoredMay 20, 2021 chore(deps): update dependency grpcio to v1.38.0 (#674)
[](https://renovatebot.com)This PR contains the following updates:| Package | Change | Age | Adoption | Passing | Confidence ||---|---|---|---|---|---|| [grpcio](https://grpc.io) | `==1.37.1` -> `==1.38.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |---### Configuration📅 **Schedule**: At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this PR and you won't be reminded about this update again.--- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.---This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery).
renovate-bot authoredMay 20, 2021
Commits on May 21, 2021
fix(tests): invalid path to strptime() (#672)
plamut authoredMay 21, 2021 feat: Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES ty…
…pes (#673)* parse parameterized schema info* Fixed SchemaField repr/key* Fix code duplication between _parse_schema_resource and from_api_reprMove new parameterized-type code from _parse_schema_resource to from_api_reprand implement _parse_schema_resource in terms of from_api_repr.* empty schemas are lists now, just like non-empty schemas.* changed new parameterized-type tests to use from_api_reprBecause that's more direct and it uncovered duplicate code.* paramaterized the from_api_repr tests and added to_api_repr tests* Test BYTES and _key (repr) too.* Added a round-trip parameterized types schema tests* handle BYTES in _key/repr* blacken* Move _get_int close to use* Updated documentation.* Oops, forgot BIGNUMERIC* Improve argument doc and better argument name to __get_int* doom tables before creating them.* Use max_length in the Python for the REST api maxLength
Jim Fulton authoredMay 21, 2021 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredMay 21, 2021
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 v2.16.1...v2.17.0
Uh oh!
There was an error while loading.Please reload this page.