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 #435

Merged
merged 1 commit into from
May 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery <=3.0.0 -> <=3.23.1 age adoption passing confidence

Release Notes

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

v3.23.1

Compare Source

Performance Improvements
  • Decrease the threshold in which we use the BQ Storage Read API (#​1925) (eaa1a52)

v3.23.0

Compare Source

Features
Bug Fixes

v3.22.0

Compare Source

Features

v3.21.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • Avoid unnecessary API call in QueryJob.result() when job is already finished (#​1900) (1367b58)

v3.20.1

Compare Source

Bug Fixes
  • Make pyarrow an optional dependency post-3.20.0 yanked release (#​1879) (21714e1)

v3.20.0

Compare Source

Features
  • Add fields parameter to set_iam_policy for consistency with update methods (#​1872) (08b1e6f)
Bug Fixes
  • Correct type checking (#​1848) (2660dbd)
  • Update error logging when converting to pyarrow column fails (#​1836) (0ac6e9b)
  • Updates a number of optional dependencies (#​1864) (c2496a1)
  • Use an allowlist instead of denylist to determine when query_and_wait uses jobs.query API (#​1869) (e265db6)

v3.19.0

Compare Source

Features
Bug Fixes
  • Add google-auth as a direct dependency (713ce2c)
  • Augment universe_domain handling (#​1837) (53c2cbf)
  • deps: Require google-api-core>=1.34.1, >=2.11.0 (713ce2c)
  • Supplementary fix to env-based universe resolution (#​1844) (b818992)
  • Supplementary fix to env-based universe resolution (#​1847) (6dff50f)

v3.18.0

Compare Source

Features
Bug Fixes
Documentation
  • samples: Updates to urllib3 constraint for Python 3.7 (#​1834) (b099c32)
  • Update client_query_w_named_params.py to use query_and_wait API (#​1782) (89dfcb6)

v3.17.2

Compare Source

Bug Fixes
Documentation
  • Update to use API (#​1781) (81563b0)
  • Update client_query_destination_table.py sample to use query_and_wait (#​1783) (68ebbe1)
  • Update query_external_sheets_permanent_table.py to use query_and_wait API (#​1778) (a7be88a)
  • Update sample for query_to_arrow to use query_and_wait API (#​1776) (dbf10de)
  • Update the query destination table legacy file to use query_and_wait API (#​1775) (ef89f9e)
  • Update to use query_and_wait in client_query_w_positional_params.py (#​1786) (410f71e)
  • Update to use query_and_wait in samples/client_query_w_timestamp_params.py (#​1785) (ba36948)
  • Update to_geodataframe to use query_and_wait functionality (#​1800) (1298594)

v3.17.1

Compare Source

Bug Fixes
  • Add pyarrow.large_strign to the _ARROW_SCALAR_IDS_TO_BQ map (#​1796) (b402a6d)
  • Retry 'job exceeded rate limits' for DDL queries (#​1794) (39f33b2)

v3.17.0

Compare Source

Features
Bug Fixes
  • query_and_wait now retains unknown query configuration _properties (#​1793) (4ba4342)
  • Raise ValueError in query_and_wait with wrong job_config type (4ba4342)
Documentation
  • Remove unused query code sample (#​1769) (1f96439)
  • Update snippets.py to use query_and_wait (#​1773) (d90602d)
  • Update multiple samples to change query to query_and_wait (#​1784) (d1161dd)
  • Update the query with no cache sample to use query_and_wait API (#​1770) (955a4cd)
  • Updates query to query and wait in samples/desktopapp/user_credentials.py (#​1787) (89f1299)

v3.16.0

Compare Source

Features
Bug Fixes

v3.15.0

Compare Source

Features
Bug Fixes
  • Deserializing JSON subfields within structs fails (#​1742) (0d93073)
  • Due to upstream change in dataset, updates expected results (#​1761) (132c14b)
  • Load_table_from_dataframe for higher scale decimal (#​1703) (b9c8be0)
  • Updates types-protobuf version for mypy-samples nox session (#​1764) (c0de695)
Performance Improvements
  • DB-API uses more efficient query_and_wait when no job ID is provided (#​1747) (d225a94)

v3.14.1

Compare Source

Bug Fixes

v3.14.0

Compare Source

Features
Bug Fixes
  • load_table_from_dataframe now assumes there may be local null values (#​1735) (f05dc69)
  • Ensure query job retry has longer deadline than API request deadline (#​1734) (5573579)
  • Keep RowIterator.total_rows populated after iteration (#​1748) (8482f47)
  • Move grpc, proto-plus and protobuf packages to extras (#​1721) (5ce4d13)
Performance Improvements
  • Use the first page a results when query(api_method="QUERY") (#​1723) (6290517)

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)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 3fd737b to e6a8b4f Compare May 16, 2023 06:26
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from e6a8b4f to 9164894 Compare June 1, 2023 19:31
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 9164894 to 0937711 Compare June 13, 2023 16:19
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 3 times, most recently from 2e93a7b to b8f2961 Compare June 27, 2023 18:11
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from b8f2961 to 9d21cd9 Compare July 20, 2023 01:52
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 9d21cd9 to 2175c15 Compare October 3, 2023 16:26
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3 chore(deps): update dependency google-cloud-bigquery to v3 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 2175c15 to 5b5197f Compare October 30, 2023 20:36
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 94b49c0 to 6a6e14e Compare December 13, 2023 23:40
@ninsbl
Copy link
Contributor

ninsbl commented Jan 4, 2024

Can this be merged? google-cloud-bigquery < 3.3.6 has a dependency conflict with Shapely >= 2.0. Are there any

I am testing a build with google-cloud-bigquery == 3.14.1 right now, but I do not use the google-cloud functions, so I am not sure how reliable feedback from my test-build would be...

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 4be8f47 to 44df8fe Compare January 12, 2024 20:33
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from a483a73 to 8235f8c Compare January 25, 2024 17:19
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 8235f8c to c89a911 Compare February 6, 2024 19:16
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 93eb3b4 to 8ede605 Compare March 11, 2024 17:37
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 3 times, most recently from d65b736 to def98a7 Compare April 1, 2024 16:01
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from def98a7 to 8f5e14c Compare April 18, 2024 18:30
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 8f5e14c to a061086 Compare May 6, 2024 16:17
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from a061086 to a7b22b0 Compare May 16, 2024 22:32
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from a7b22b0 to 03ca329 Compare May 22, 2024 03:20
@anikaweinmann anikaweinmann merged commit faebf1d into main May 24, 2024
8 checks passed
@renovate renovate bot deleted the renovate/google-cloud-bigquery-3.x branch May 24, 2024 09:30
@anikaweinmann anikaweinmann added this to the 4.14.0 milestone May 24, 2024
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.

None yet

2 participants