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

Bump google-cloud-bigquery from 3.13.0 to 3.17.2 #248

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps google-cloud-bigquery from 3.13.0 to 3.17.2.

Release notes

Sourced from google-cloud-bigquery's releases.

v3.17.2

3.17.2 (2024-01-30)

Bug Fixes

  • Change load_table_from_json autodetect logic (#1804) (6249032)

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

3.17.1 (2024-01-24)

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

3.17.0 (2024-01-24)

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)

... (truncated)

Changelog

Sourced from google-cloud-bigquery's changelog.

3.17.2 (2024-01-30)

Bug Fixes

  • Change load_table_from_json autodetect logic (#1804) (6249032)

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)

3.17.1 (2024-01-24)

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)

3.17.0 (2024-01-24)

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)

3.16.0 (2024-01-12)

... (truncated)

Commits
  • fe3183e chore(main): release 3.17.2 (#1799)
  • 6249032 fix: change load_table_from_json autodetect logic (#1804)
  • 1298594 docs: update to_geodataframe to use query_and_wait functionality (#1800)
  • ba36948 docs: update to use query_and_wait in `samples/client_query_w_timestamp_par...
  • 81563b0 docs: update to use API (#1781)
  • a7be88a docs: update query_external_sheets_permanent_table.py to use query_and_wait A...
  • dbf10de docs: update sample for query_to_arrow to use query_and_wait API (#1776)
  • ef89f9e Docs: update the query destination table legacy file to use query_and_wait AP...
  • 410f71e docs: update to use query_and_wait in client_query_w_positional_params.py...
  • 68ebbe1 docs: update client_query_destination_table.py sample to use `query_and_wai...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.13.0 to 3.17.2.
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v3.13.0...v3.17.2)

---
updated-dependencies:
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3767b8a) to head (28aff18).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #248   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          582       582           
  Branches       100       100           
=========================================
  Hits           582       582           
Flag Coverage Δ
3.10-bigquery 71.30% <ø> (ø)
3.10-core 87.11% <ø> (ø)
3.10-mssql 72.16% <ø> (ø)
3.10-mysql 71.30% <ø> (ø)
3.10-oracle 72.16% <ø> (ø)
3.10-postgresql 86.25% <ø> (ø)
3.10-sqlite 70.96% <ø> (ø)
3.11-bigquery 71.30% <ø> (ø)
3.11-core 87.11% <ø> (ø)
3.11-mssql 72.16% <ø> (ø)
3.11-mysql 71.30% <ø> (ø)
3.11-oracle 72.16% <ø> (ø)
3.11-postgresql 86.25% <ø> (ø)
3.11-sqlite 70.96% <ø> (ø)
3.12-bigquery 71.30% <ø> (ø)
3.12-core 87.28% <ø> (ø)
3.12-mssql 72.16% <ø> (ø)
3.12-mysql 71.30% <ø> (ø)
3.12-oracle 72.16% <ø> (ø)
3.12-postgresql 86.42% <ø> (ø)
3.12-sqlite 70.96% <ø> (ø)
3.8-bigquery 71.37% <ø> (ø)
3.8-core 87.58% <ø> (ø)
3.8-mssql 72.24% <ø> (ø)
3.8-mysql 71.37% <ø> (ø)
3.8-oracle 72.24% <ø> (ø)
3.8-postgresql 86.37% <ø> (ø)
3.8-sqlite 71.03% <ø> (ø)
3.9-bigquery 71.37% <ø> (ø)
3.9-core 87.58% <ø> (ø)
3.9-mssql 72.24% <ø> (ø)
3.9-mysql 71.37% <ø> (ø)
3.9-oracle 72.24% <ø> (ø)
3.9-postgresql 86.37% <ø> (ø)
3.9-sqlite 71.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

A newer version of google-cloud-bigquery exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@zschumacher zschumacher closed this Aug 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/google-cloud-bigquery-3.17.2 branch August 6, 2024 21:13
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.

1 participant