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 1.26.1 to 3.1.0 in /.circleci #112

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 10, 2022

Bumps google-cloud-bigquery from 1.26.1 to 3.1.0.

Release notes

Sourced from google-cloud-bigquery's releases.

v3.1.0

3.1.0 (2022-05-09)

Features

  • add str method to table (#1199) (8da4fa9)
  • refactor AccessEntry to use _properties pattern (#1125) (acd5612)
  • support using BIGQUERY_EMULATOR_HOST environment variable (#1222) (39294b4)

Bug Fixes

Documentation

  • updated variable typo in comment in code sample (#1239) (e420112)

v3.0.1

3.0.1 (2022-03-30)

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

3.0.0 (2022-03-29)

⚠ 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)

... (truncated)

Changelog

Sourced from google-cloud-bigquery's changelog.

3.1.0 (2022-05-09)

Features

  • add str method to table (#1199) (8da4fa9)
  • refactor AccessEntry to use _properties pattern (#1125) (acd5612)
  • support using BIGQUERY_EMULATOR_HOST environment variable (#1222) (39294b4)

Bug Fixes

Documentation

  • updated variable typo in comment in code sample (#1239) (e420112)

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

3.0.0 (2022-03-29)

⚠ 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)

... (truncated)

Commits
  • dccf28e chore(main): release 3.1.0 (#1207)
  • d258690 fix(deps): allow pyarrow v8 (#1245)
  • 66500b4 chore(python): auto approve template changes (#1242)
  • e420112 docs: updated variable typo in comment in code sample (#1239)
  • 01f20ea chore: [autoapprove] update readme_gen.py to include autoescape True (#1240)
  • a25dbe4 chore(deps): update all dependencies (#1238)
  • 99332f9 chore(deps): update dependency matplotlib to v3.5.2 (#1237)
  • 0a48479 chore(deps): update dependency google-api-core to v2.7.3 (#1236)
  • 03e9391 chore(deps): update dependency ipython to v8.3.0 (#1234)
  • 88345b8 chore(deps): update dependency click to v8.1.3 (#1233)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 1.26.1 to 3.1.0.
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v1.26.1...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 10, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 10, 2022

The following labels could not be found: docs-approved.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 10, 2022

Superseded by #143.

@dependabot dependabot bot closed this Jun 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/dot-circleci/google-cloud-bigquery-3.1.0 branch June 10, 2022 16:40
xsoar-bot pushed a commit that referenced this pull request Jan 18, 2024
* Add ids to storage (#111)

* Fix create modified alerts (#100)

* Add fetch for uncreated modified alerts

* Fix python format issues

* Add release notes

* Change Last modified fetch string at fetch incidents action (#101)



* Change fetch of alerts timestamp to consider when no alerts are fetched (#104)



* Change fetch of alerts timestamp to consider when no alerts are fetched (#103)



* Fix lookup of the latest timestamp of create/update of an alerts (#106)

* Fix lookup of the latest timestamp of create/update of an alerts

* Fix linter issues

* Add a test to check next_run changes with modified alerts

* Add field to fetch alerts that has been updated

* Update docker image version

* Fix create modified alerts (#100)

* Add fetch for uncreated modified alerts

* Fix python format issues

* Add release notes

* Change fetch of alerts timestamp to consider when no alerts are fetched (#103)



* Fix lookup of the latest timestamp of create/update of an alerts (#106)

* Fix lookup of the latest timestamp of create/update of an alerts

* Fix linter issues

* Add a test to check next_run changes with modified alerts

* Fix missing alerts (#110)

* Add field to fetch alerts that has been updated

* Update docker image version

* Update merge issues

* Update docker image version and release notes

* Fix merge issue

* Update merge issue

---------




* Update lint issues (#112)

* Update ruff issues (#113)

* Change dates to strings when fetching alerts (#116)

* Add source header (#117)

* Add source header in requests

* Update release notes

---------

Co-authored-by: Felipe Garrido <[email protected]>
Co-authored-by: Diego Ramirez R <[email protected]>
Co-authored-by: Diego Ramirez <[email protected]>
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 python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

0 participants