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

Update dependency google-cloud-bigquery to v2.34.4 #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 15, 2022

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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

Compare Source

Features
  • list_tables, list_projects, list_datasets, list_models, list_routines, and list_jobs now accept a page_size parameter to control page size (#​686) (1f1c4b7)

v2.18.0

Compare Source

Features

v2.17.0

Compare Source

Features
  • detect obsolete BQ Storage extra at runtime (#​666) (bd7dbda)
  • Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types (#​673) (45421e7)
Bug Fixes

v2.16.1

Compare Source

Bug Fixes
  • executemany rowcount only reflected the last execution (#​660) (aeadc8c)

v2.16.0

Compare Source

Features
Dependencies

v2.15.0

Compare Source

Features
  • Extended DB API parameter syntax to optionally provide parameter types (#​626) (8bcf397)
Bug Fixes
  • add DECIMAL and BIGDECIMAL as aliases for NUMERIC and BIGNUMERIC (#​638) (aa59023)
  • The DB API Binary function accepts bytes data (#​630) (4396e70)

v2.14.0

Compare Source

Features
Bug Fixes
Documentation

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
  • add ExternalConfig.connection_id property to connect to external sources (#​560) (d93986e)
Bug Fixes
  • avoid overly strict dependency on pyarrow 3.x (#​564) (97ee6ec)
  • avoid policy tags 403 error in load_table_from_dataframe (#​557) (84e646e)

v2.12.0

Compare Source

Features
Bug Fixes
  • remove DB-API dependency on pyarrow with decimal query parameters (#​551) (1b946ba)

v2.11.0

Compare Source

Features

v2.10.0

Compare Source

Features
Bug Fixes
  • error using empty array of structs parameter (#​474) (c1d15f4)
  • QueryJob.exception() returns the errors, not raises them (#​467) (d763279)
Documentation

v2.9.0

Compare Source

Features
Documentation

v2.8.0

Compare Source

Features
Bug Fixes

v2.7.0

Compare Source

Bug Fixes
  • invalid conversion of timezone-aware datetime values to JSON (#​480) (61b4385)
  • reading the labels attribute on Job instances (#​471) (80944f0)
  • use explicitly given project over the client's default project for load jobs (#​482) (530e1e8)
Dependencies

v2.6.2

Compare Source

Bug Fixes
  • add minimum timeout to getQueryResults API requests (#​444) (015a73e)
  • use debug logging level for OpenTelemetry message (#​442) (7ea6b7c)
Documentation

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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 0931a05 to 1b997f9 Compare June 18, 2022 19:33
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v2.34.3 Update dependency google-cloud-bigquery to v2.34.4 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 1b997f9 to bcc3c99 Compare September 25, 2022 22:37
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-2.x branch from bcc3c99 to 87714b2 Compare November 20, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants