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 v3.26.0 #511

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2024

This PR contains the following updates:

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

Release Notes

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

v3.26.0

Compare Source

Features
Bug Fixes
  • Add docfx to the presubmit configuration and delete docs-presubmit (#​1995) (bd83cfd)
  • Add warning when encountering unknown field types (#​1989) (8f5a41d)
  • Allow protobuf 5.x; require protobuf >=3.20.2; proto-plus >=1.22.3 (#​1976) (57bf873)
  • Do not set job timeout extra property if None (#​1987) (edcb79c)
  • Set pyarrow field nullable to False for a BigQuery field in REPEATED mode (#​1999) (5352870)
Dependencies
  • Bump min version of google-api-core and google-cloud-core to 2.x (#​1972) (a958732)
Documentation

v3.25.0

Compare Source

Features
Bug Fixes
  • Do not overwrite page_size with max_results when start_index is set (#​1956) (7d0fcee)

v3.24.0

Compare Source

Features
Bug Fixes
Performance Improvements
  • If page_size or max_results is set on QueryJob.result(), use to download first page of results (#​1942) (3e7a48d)

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

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

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.86%. Comparing base (ea9ba60) to head (530915e).

Current head 530915e differs from pull request most recent head 94b905b

Please upload reports for the commit 94b905b to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #511   +/-   ##
=======================================
  Coverage   64.86%   64.86%           
=======================================
  Files           3        3           
  Lines          74       74           
  Branches       13       13           
=======================================
  Hits           48       48           
  Misses         24       24           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.17.2 Update dependency google-cloud-bigquery to v3.18.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 967bd95 to ddc760d Compare March 4, 2024 18:29
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.18.0 Update dependency google-cloud-bigquery to v3.19.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from ddc760d to 2aa9976 Compare March 11, 2024 20:17
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 2aa9976 to 58e1e56 Compare March 27, 2024 22:34
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.19.0 Update dependency google-cloud-bigquery to v3.20.0 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 58e1e56 to 9b7596f Compare March 28, 2024 13:25
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.20.0 Update dependency google-cloud-bigquery to v3.19.0 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 9b7596f to c36e1b1 Compare April 1, 2024 13:12
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.19.0 Update dependency google-cloud-bigquery to v3.20.1 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from c36e1b1 to f081ed8 Compare April 18, 2024 18:19
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.20.1 Update dependency google-cloud-bigquery to v3.21.0 Apr 18, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from f081ed8 to 530915e Compare May 6, 2024 16:25
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.21.0 Update dependency google-cloud-bigquery to v3.22.0 May 6, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 530915e to 280ade7 Compare May 16, 2024 17:26
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.22.0 Update dependency google-cloud-bigquery to v3.23.0 May 16, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 280ade7 to 3259a57 Compare May 21, 2024 22:30
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.23.0 Update dependency google-cloud-bigquery to v3.23.1 May 21, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 3259a57 to eda4825 Compare June 4, 2024 22:09
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.23.1 Update dependency google-cloud-bigquery to v3.24.0 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from eda4825 to 94b905b Compare June 20, 2024 18:55
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.24.0 Update dependency google-cloud-bigquery to v3.25.0 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from c75105e to 8544746 Compare August 22, 2024 12:18
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 8544746 to 9e9e1c0 Compare September 26, 2024 20:16
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.25.0 Update dependency google-cloud-bigquery to v3.26.0 Sep 26, 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.

0 participants