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.23.1 #508

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery ==3.12.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

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.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.50%. Comparing base (43a94d3) to head (6c102e9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #508   +/-   ##
=======================================
  Coverage   96.50%   96.50%           
=======================================
  Files           5        5           
  Lines         315      315           
  Branches       53       53           
=======================================
  Hits          304      304           
  Misses          5        5           
  Partials        6        6           

@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from b0a9e6a to 3e38bef Compare November 13, 2023 06:53
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 3e38bef to 315935c Compare November 18, 2023 05:04
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.13.0 Update dependency google-cloud-bigquery to v3.14.0 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 97504ad to 3d822a1 Compare December 14, 2023 20:07
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.14.0 Update dependency google-cloud-bigquery to v3.14.1 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 3d822a1 to 7f28647 Compare December 19, 2023 09:32
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 7f28647 to 9ffa6b5 Compare January 4, 2024 06:17
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.14.1 Update dependency google-cloud-bigquery to v3.15.0 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 9ffa6b5 to 5f48ed4 Compare January 9, 2024 23:11
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.15.0 Update dependency google-cloud-bigquery to v3.16.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 5f48ed4 to dfa7888 Compare January 12, 2024 20:31
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from dfa7888 to c23c2b4 Compare January 24, 2024 07:48
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.16.0 Update dependency google-cloud-bigquery to v3.17.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 01290bb to 99e0b57 Compare January 25, 2024 19:25
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.17.0 Update dependency google-cloud-bigquery to v3.17.1 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 2 times, most recently from 5138eab to 80a3ace Compare January 28, 2024 03:22
@renovate renovate bot changed the title Update dependency google-cloud-bigquery to v3.17.1 Update dependency google-cloud-bigquery to v3.17.2 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 8 times, most recently from 830ce60 to 92e71d5 Compare February 12, 2024 04:10
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 7 times, most recently from 477bc21 to 9296a2a Compare February 19, 2024 10:48
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 4 times, most recently from 8a7626a to f9ab541 Compare February 22, 2024 10:31
@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 f9ab541 to 21c4a1e Compare March 4, 2024 19:34
@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 21c4a1e to 4e22a8d Compare March 11, 2024 20:19
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 4e22a8d to 45f96b8 Compare March 27, 2024 23:30
@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 45f96b8 to 2568146 Compare March 28, 2024 11:32
@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 2568146 to 49bb58f Compare April 1, 2024 13:56
@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 49bb58f to 5acd56a Compare April 18, 2024 18:14
@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 5acd56a to 182e8c5 Compare May 6, 2024 15:16
@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 182e8c5 to 4dc7b27 Compare May 17, 2024 00:13
@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 17, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 4dc7b27 to 6c102e9 Compare May 21, 2024 22:37
@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
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

0 participants