Skip to content

Commit ce793ce

Browse files
authored
chore(deps): update dependency google-cloud-bigquery to v2.5.0 (#5023)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | minor | `==2.4.0` -> `==2.5.0` | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v2.5.0`](https://github.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;250-httpswwwgithubcomgoogleapispython-bigquerycomparev240v250-2020-12-02) [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.4.0...v2.5.0) ##### Features - add `TableReference.__str__` to get table ID in standard SQL ([#&#8203;405](https://www.github.com/googleapis/python-bigquery/issues/405)) ([53dff2a](https://www.github.com/googleapis/python-bigquery/commit/53dff2ad3889af04369a22437e6ab9b92c5755b6)), closes [#&#8203;354](https://www.github.com/googleapis/python-bigquery/issues/354) - add progress bar for magics ([#&#8203;396](https://www.github.com/googleapis/python-bigquery/issues/396)) ([04d0273](https://www.github.com/googleapis/python-bigquery/commit/04d027317a99e3f353e0b7a18076da9b6ba4d8d3)) - add support for unrecognized model types ([#&#8203;401](https://www.github.com/googleapis/python-bigquery/issues/401)) ([168f035](https://www.github.com/googleapis/python-bigquery/commit/168f0354c4815bd1aeadbd4e388dcc9b32f97d6b)) ##### Bug Fixes - avoid floating point for timestamp in `insert_rows` ([#&#8203;393](https://www.github.com/googleapis/python-bigquery/issues/393)) ([a1949ae](https://www.github.com/googleapis/python-bigquery/commit/a1949ae20ec4f9c771b0cffbcd70792dd6a30dbf)) ##### Performance Improvements - don't fetch rows when waiting for query to finish ([#&#8203;400](https://www.github.com/googleapis/python-bigquery/issues/400)) ([730df17](https://www.github.com/googleapis/python-bigquery/commit/730df17ae1ab0b0bb2454f3c134c8f62665bc51b)), closes [#&#8203;374](https://www.github.com/googleapis/python-bigquery/issues/374) [#&#8203;394](https://www.github.com/googleapis/python-bigquery/issues/394) ##### Documentation - **samples:** add more clustering code snippets ([#&#8203;330](https://www.github.com/googleapis/python-bigquery/issues/330)) ([809e4a2](https://www.github.com/googleapis/python-bigquery/commit/809e4a27b94ba30c10e0c9a7e89576a9de9fda2b)), closes [#&#8203;329](https://www.github.com/googleapis/python-bigquery/issues/329) ##### Dependencies - update required version of opentelementry for opentelemetry-exporter-google-cloud ([#&#8203;398](https://www.github.com/googleapis/python-bigquery/issues/398)) ([673a9cb](https://www.github.com/googleapis/python-bigquery/commit/673a9cb51c577c1dd016e76f3634b1e9e21482c5)) </details> --- ### Renovate 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/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent b55cc93 commit ce793ce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==2.4.0
1+
google-cloud-bigquery==2.5.0
22
Flask==1.1.2

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery[pandas,bqstorage]==2.4.0
1+
google-cloud-bigquery[pandas,bqstorage]==2.5.0
22
google-cloud-bigquery-storage==2.1.0
33
pandas==1.1.4
44
pyarrow==2.0.0

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.33.2
2-
google-cloud-bigquery[pandas,pyarrow]==2.4.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.5.0
33
google-cloud-bigquery-storage==2.1.0
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery==2.4.0
1+
google-cloud-bigquery==2.5.0
22
google-cloud-bigquery-storage==2.1.0
33
pandas==1.1.4
44
pandas-gbq==0.14.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==6.1.2
22
pandas==1.1.4
3-
google-cloud-bigquery==2.4.0
3+
google-cloud-bigquery==2.5.0
44
pyarrow==2.0.0

data-science-onramp/data-ingestion/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#google-auth-httplib2==0.0.3
44
google-cloud-storage==1.33.0
55
google-cloud-dataproc==2.2.0
6-
google-cloud-bigquery==2.4.0
6+
google-cloud-bigquery==2.5.0

notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-storage==1.33.0
2-
google-cloud-bigquery[pandas,pyarrow]==2.4.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.5.0
33
matplotlib==3.1.2; python_version > '3.0'
44
matplotlib==2.2.5; python_version < '3.0'

0 commit comments

Comments
 (0)