Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update dependency google-cloud-bigquery to v3 #89

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery ==1.14.0 -> ==3.13.0 age adoption passing confidence

Release Notes

googleapis/python-bigquery (google-cloud-bigquery)

v3.13.0

Compare Source

Features
Bug Fixes
Documentation

v3.12.0

Compare Source

Features
  • Add Dataset.storage_billing_model setter, use client.update_dataset(ds, fields=["storage_billing_model"]) to update (#​1643) (5deba50)
  • Search statistics (#​1616) (b930e46)
  • Widen retry predicate to include ServiceUnavailable (#​1641) (3e021a4)
Bug Fixes
Documentation

v3.11.4

Compare Source

Bug Fixes

v3.11.3

Compare Source

Bug Fixes
  • Type annotations include Optional when None is accepted (#​1554) (6c1ab80)

v3.11.2

Compare Source

Bug Fixes

v3.11.1

Compare Source

Documentation

v3.11.0

Compare Source

Features
Bug Fixes
  • Filter None values from OpenTelemetry attributes (#​1567) (9ea2e21)
  • Handle case when expirationMs is None (#​1553) (fa6e13d)
  • Raise most recent exception when not able to fetch query job after starting the job (#​1362) (09cc1df)

v3.10.0

Compare Source

Features
  • Add date, datetime, time, timestamp dtype to to_dataframe (#​1547) (64e913d)

v3.9.0

Compare Source

Features
Bug Fixes
  • Keyerror when the load_table_from_dataframe accesses a unmapped dtype dataframe index (#​1535) (a69348a)

v3.8.0

Compare Source

Features
Bug Fixes
  • Loosen ipywidgets restrictions further to address ipython compatibility issues (#​1531) (50e5026)

v3.7.0

Compare Source

Features
  • Add connection_properties and create_session to LoadJobConfig (#​1509) (cd0aaa1)
  • Add default_query_job_config property and property setter to BQ client (#​1511) (a23092c)
Documentation

v3.6.0

Compare Source

Features
Bug Fixes
Dependencies
  • Update minimum google-cloud-core to 1.6.0 (a190aaa)

v3.5.0

Compare Source

Features
Documentation

v3.4.2

Compare Source

Bug Fixes
Dependencies
Documentation

v3.4.1

Compare Source

Documentation
  • Add info about streaming quota limits to insert_rows* methods (#​1409) (0f08e9a)
Dependencies
  • make pyarrow and BQ Storage optional dependencies (e1aa921)

v3.4.0

Compare Source

Features

v3.3.6

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

v3.3.5

Compare Source

Bug Fixes

v3.3.3

Compare Source

Bug Fixes
  • Refactors code to account for a tdqm code deprecation (#​1357) (1369a9d)
  • Validate opentelemetry span job attributes have values (#​1327) (8287af1)
Documentation
  • samples: uses function (create_job) more appropriate to the described sample intent (5aeedaa)

v3.3.2

Compare Source

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
  • add destination_expiration_time property to copy job (#​1277) (728b07c)
Bug Fixes
Documentation
  • samples: add table snapshot sample (#​1274) (e760d1b)
  • samples: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1 (#​1290) (9b7e3e4)

v3.2.0

Compare Source

Features
Bug Fixes
  • deps: proto-plus >= 1.15.0, <2.0.0dev (ba58d3a)
  • deps: require packaging >= 14.3, <22.0.0dev (ba58d3a)
  • deps: require protobuf>= 3.12.0, <4.0.0dev (#​1263) (ba58d3a)
Documentation

v3.1.0

Compare Source

Features
Bug Fixes
Documentation

v3.0.1

Compare Source

Bug Fixes
  • deps: raise exception when pandas is installed but db-dtypes is not (#​1191) (4333910)
  • deps: restore dependency on python-dateutil (#​1187) (212d7ec)

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • BigQuery Storage and pyarrow are required dependencies (#​776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#​786)
  • destination tables are no-longer removed by create_job (#​891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#​972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#​972)
  • mark the package as type-checked (#​1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#​1061)
  • remove out-of-date BigQuery ML protocol buffers (#​1178)
Features
  • add api_method parameter to Client.query to select INSERT or QUERY API (#​967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#​1061) (76d88fb)
  • destination tables are no-longer removed by create_job (#​891) (76d88fb)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#​972) (76d88fb)
  • mark the package as type-checked (#​1058) (76d88fb)
  • use StandardSqlField class for Model.feature_columns and Model.label_columns (#​1117) (76d88fb)
Bug Fixes
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#​972) (76d88fb)
  • improve type annotations for mypy validation (#​1081) (76d88fb)
  • remove out-of-date BigQuery ML protocol buffers (#​1178) (76d88fb)
  • use nullable Int64 and boolean dtypes in to_dataframe (#​786) (76d88fb)
Documentation
Dependencies
  • BigQuery Storage and pyarrow are required dependencies (#​776) (76d88fb)

v2.34.4

Compare Source

Bug Fixes

v2.34.3

Compare Source

Bug Fixes

v2.34.2

Compare Source

Bug Fixes
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#​1157) (0c15790)
  • deps: require proto-plus>=1.15.0 (0c15790)

v2.34.1

Compare Source

Dependencies

v2.34.0

Compare Source

Features

v2.33.0

Compare Source

Features
  • add --no_query_cache option to %%bigquery magics to disable query cache (#​1141) (7dd30af)
Bug Fixes
Documentation
  • reference BigQuery REST API defaults in LoadJobConfig descrip… (#​1132) (18d9580)
  • show common job properties in get_job and cancel_job samples (#​1137) (8edc10d)

v2.32.0

Compare Source

Features
Bug Fixes
  • remove query text from exception message, use exception.debug_message instead (#​1105) (e23114c)

v2.31.0

Compare Source

Features
Bug Fixes
Dependencies

v2.30.1

Compare Source

Bug Fixes
Documentation

v2.30.0

Compare Source

Features
Documentation

v2.29.0

Compare Source

Features
Documentation
  • document ScriptStatistics and other missing resource classes (#​1023) (6679109)
  • fix formatting of generated client docstrings (#​1009) (f7b0ee4)
Dependencies

v2.28.1

Compare Source

Bug Fixes
  • support ARRAY data type when loading from DataFrame with Parquet (#​980) (1e59083)

v2.28.0

Compare Source

Features
Documentation

v2.27.1

Compare Source

Bug Fixes

v2.27.0

Compare Source

Features
Bug Fixes
  • Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#​946) (864383b)
  • disambiguate missing policy tags from explicitly unset policy tags (#​983) (f83c00a)
  • remove default timeout (#​974) (1cef0d4)
Documentation
  • simplify destination table sample with f-strings (#​966) (ab6e76f)

v2.26.0

Compare Source

Features
  • set the X-Server-Timeout header when timeout is set (#​927) (ba02f24)
Bug Fixes
  • guard imports against unsupported pyarrow versions (#​934) (b289076)

v2.25.2

Compare Source

Bug Fixes
  • error inserting DataFrame with REPEATED field (#​925) (656d2fa)
  • underscores weren't allowed in struct field names when passing parameters to the DB API (#​930) (fcb0bc6)
Documentation

v2.25.1

Compare Source

Bug Fixes
  • populate default timeout and retry after client-side timeout (#​896) (b508809)
  • use REST API in cell magic when requested (#​892) (1cb3e55)

v2.25.0

Compare Source

Features

v2.24.1

Compare Source

Bug Fixes
  • remove pytz dependency and require pyarrow>=3.0.0 (#​875) (2cb3563)

v2.24.0

Compare Source

Features
  • add support for transaction statistics (#​849) (7f7b1a8)
  • make the same Table* instances equal to each other (#​867) (c1a3d44)
  • retry failed query jobs in result() (#​837) (519d99c)
  • support ScalarQueryParameterType for type_ argument in ScalarQueryParameter constructor (#​850) (93d15e2)
Bug Fixes
  • make unicode characters working well in load_table_from_json (#​865) (ad9c802)

v2.23.3

Compare Source

Bug Fixes

v2.23.2

Compare Source

Dependencies

v2.23.1

Compare Source

Bug Fixes
  • insert_rows() accepts float column values as strings again (#​824) (d9378af)

v2.23.0

Compare Source

Features
  • Update proto definitions for bigquery/v2 to support new proto fields for BQML. (#​817) (fe7a902)
Bug Fixes
  • no longer raise a warning in to_dataframe if max_results set (#​815) (3c1be14)
  • retry ChunkedEncodingError by default (#​802) (419d36d)
Documentation
  • correct docs for LoadJobConfig.destination_table_description (#​810) (da87fd9)

v2.22.1

Compare Source

Bug Fixes
Documentation

v2.22.0

Compare Source

Features
  • add LoadJobConfig.projection_fields to select DATASTORE_BACKUP fields (#​736) (c45a738)
  • add standard sql table type, update scalar type enums (#​777) (b8b5433)
  • add support for more detailed DML stats (#​758) (36fe86f)
  • add support for user defined Table View Functions (#​724) (8c7b839)
Bug Fixes
Dependencies
  • allow 2.x versions of google-api-core, google-cloud-core, google-resumable-media (#​770) (87a09fa)
Documentation

v2.21.0

Compare Source

Features
Bug Fixes
Documentation

v2.20.0

Compare Source

Features

v2.19.0

[C


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2022
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 645bef3 to 6817be8 Compare October 28, 2022 19:32
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 3 times, most recently from 9d747ea to 8c3d7a1 Compare November 11, 2022 15:45
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from bb0b6a9 to 3c832f8 Compare November 28, 2022 23:13
@renovate renovate bot requested a review from a team as a code owner November 28, 2022 23:13
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 3 times, most recently from 9d92e06 to 4a1db1e Compare December 5, 2022 18:18
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 3593ea5 to 61a45d0 Compare December 12, 2022 18:11
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 61a45d0 to bfa9b3a Compare December 19, 2022 17:51
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 48077de to af96cf4 Compare December 29, 2022 16:17
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from af96cf4 to 2b04518 Compare January 25, 2023 16:36
@comment-bot-dev
Copy link

@renovate[bot]
Thanks for the PR! 🚀
✅ Lint checks have passed.

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 2b04518 to 75cb5fc Compare February 8, 2023 18:33
@dpebot
Copy link
Collaborator

dpebot commented Feb 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 75cb5fc to 2a9b42f Compare February 8, 2023 23:57
@dpebot
Copy link
Collaborator

dpebot commented Feb 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 2a9b42f to 78cfdd5 Compare March 1, 2023 23:29
@dpebot
Copy link
Collaborator

dpebot commented Mar 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 78cfdd5 to c6ba615 Compare March 7, 2023 03:47
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from c6ba615 to b6c379d Compare March 8, 2023 19:05
@dpebot
Copy link
Collaborator

dpebot commented Mar 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from b6c379d to b71bfb7 Compare March 8, 2023 21:35
@dpebot
Copy link
Collaborator

dpebot commented Mar 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 82552d9 to 3430646 Compare November 1, 2023 19:31
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 3430646 to 89f365b Compare November 1, 2023 19:58
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 89f365b to 5078df8 Compare November 1, 2023 23:09
@dpebot
Copy link
Collaborator

dpebot commented Nov 1, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 5078df8 to 96b3ad0 Compare November 2, 2023 15:47
@dpebot
Copy link
Collaborator

dpebot commented Nov 2, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 96b3ad0 to 3bf81b7 Compare November 6, 2023 22:32
@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 3bf81b7 to 33cfd35 Compare November 8, 2023 03:52
@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 33cfd35 to 6ee3e2c Compare November 14, 2023 22:47
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 6ee3e2c to 55bf88e Compare November 14, 2023 23:23
@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 55bf88e to fe04000 Compare November 15, 2023 00:43
@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from fe04000 to c13eb21 Compare November 15, 2023 04:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 15, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from c13eb21 to aaf5424 Compare December 8, 2023 19:28
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from aaf5424 to b0d22af Compare December 8, 2023 21:19
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from b0d22af to 791ba5f Compare December 8, 2023 21:47
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@apeabody apeabody merged commit fd3a9f7 into master Dec 14, 2023
7 checks passed
@apeabody apeabody deleted the renovate/google-cloud-bigquery-3.x branch December 14, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants