-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Adding bigquery installed app auth sample. #203
Conversation
76e5f0d
to
2f1311d
Compare
/cc @dhermes I believe I'm using |
2f1311d
to
07df342
Compare
args.client_secrets, scope=SCOPES) | ||
# run_flow will prompt the user to authorize the application's | ||
# access to BigQuery and return the credentials. | ||
credentials = tools.run_flow(flow, storage, args) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
07df342
to
8779289
Compare
@jerjou updated, PTAL. |
# for run_flow are available. | ||
parents=[tools.argparser]) | ||
parser.add_argument( | ||
'project_id', help='Your Google Cloud Project ID.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'Your Google Cloud Project ID.' -> "The Google Cloud Project ID to list the datasets of."
LGTM |
Adding bigquery installed app auth sample.
Remove the README.rst.in until the README gen templates have been updated Co-authored-by: Benson Kuang <benkuang@google.com>
Remove the README.rst.in until the README gen templates have been updated Co-authored-by: Benson Kuang <benkuang@google.com>
Remove the README.rst.in until the README gen templates have been updated Co-authored-by: Benson Kuang <benkuang@google.com>
Remove the README.rst.in until the README gen templates have been updated Co-authored-by: Benson Kuang <benkuang@google.com>
* chore(deps): update dependency google-cloud-bigquery to v2.23.3 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Remove the README.rst.in until the README gen templates have been updated Co-authored-by: Benson Kuang <benkuang@google.com>
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.34.3` -> `==3.0.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/compatibility-slim/2.34.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/confidence-slim/2.34.3)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-retail](https://togithub.com/googleapis/python-retail) | `==1.4.1` -> `==1.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/compatibility-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/confidence-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v3.0.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​301-httpsgithubcomgoogleapispython-bigquerycomparev300v301-2022-03-30) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​300-httpsgithubcomgoogleapispython-bigquerycomparev2343v300-2022-03-29) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.34.3...v3.0.0) ##### ⚠ BREAKING CHANGES - BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) - destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) - mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ##### Features - add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API ([#​967](https://togithub.com/googleapis/python-bigquery/issues/967)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` ([#​1117](https://togithub.com/googleapis/python-bigquery/issues/1117)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Bug Fixes - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - improve type annotations for mypy validation ([#​1081](https://togithub.com/googleapis/python-bigquery/issues/1081)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Documentation - Add migration guide from version 2.x to 3.x ([#​1027](https://togithub.com/googleapis/python-bigquery/issues/1027)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Dependencies - BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### [2.34.3](https://togithub.com/googleapis/python-bigquery/compare/v2.34.2...v2.34.3) (2022-03-29) ##### Bug Fixes - update content-type header ([#​1171](https://togithub.com/googleapis/python-bigquery/issues/1171)) ([921b440](https://togithub.com/googleapis/python-bigquery/commit/921b440fdd151e88ee5b3e0d9fb90177877dc11a)) ##### [2.34.2](https://togithub.com/googleapis/python-bigquery/compare/v2.34.1...v2.34.2) (2022-03-05) ##### Bug Fixes - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​1157](https://togithub.com/googleapis/python-bigquery/issues/1157)) ([0c15790](https://togithub.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353)) - **deps:** require proto-plus>=1.15.0 ([0c15790](https://togithub.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353)) ##### [2.34.1](https://togithub.com/googleapis/python-bigquery/compare/v2.34.0...v2.34.1) (2022-03-02) ##### Dependencies - add "extra" for IPython, exclude bad IPython release ([#​1151](https://togithub.com/googleapis/python-bigquery/issues/1151)) ([0fbe12d](https://togithub.com/googleapis/python-bigquery/commit/0fbe12d1ababa45aa774b026a93c0af9e8f343d9)) - allow pyarrow 7.0 ([#​1112](https://togithub.com/googleapis/python-bigquery/issues/1112)) ([57f8ea9](https://togithub.com/googleapis/python-bigquery/commit/57f8ea95e152dc238e7a4941f96c54be53f7eaf3)) </details> <details> <summary>googleapis/python-retail</summary> ### [`v1.5.0`](https://togithub.com/googleapis/python-retail/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomgoogleapispython-retailcomparev141v150-2022-03-30) [Compare Source](https://togithub.com/googleapis/python-retail/compare/v1.4.1...v1.5.0) ##### Features - add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - allow search users to skip validation for invalid boost specs ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - search returns applied control ids in the response ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - support search personalization ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - users cannot switch to empty default branch unless force override ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) ##### Documentation - deprecate request_id in ImportProductsRequest ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - keep the API doc up-to-date with recent changes ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - suggest search users not to send IP and use hashed user id ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - users can self enroll retail search feature on cloud console ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) ##### [1.4.1](https://togithub.com/googleapis/python-retail/compare/v1.4.0...v1.4.1) (2022-03-05) ##### Bug Fixes - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​179](https://togithub.com/googleapis/python-retail/issues/179)) ([398f86d](https://togithub.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0)) - **deps:** require proto-plus>=1.15.0 ([398f86d](https://togithub.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0)) ##### Documentation - **samples:** fix create bucket for user events ([#​173](https://togithub.com/googleapis/python-retail/issues/173)) ([264f2d4](https://togithub.com/googleapis/python-retail/commit/264f2d43341ca75284ca30c42e2d9bf6f98195ba)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-retail).
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.34.3` -> `==3.0.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/compatibility-slim/2.34.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/confidence-slim/2.34.3)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-retail](https://togithub.com/googleapis/python-retail) | `==1.4.1` -> `==1.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/compatibility-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/confidence-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v3.0.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​301-httpsgithubcomgoogleapispython-bigquerycomparev300v301-2022-03-30) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​300-httpsgithubcomgoogleapispython-bigquerycomparev2343v300-2022-03-29) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.34.3...v3.0.0) ##### ⚠ BREAKING CHANGES - BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) - destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) - mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ##### Features - add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API ([#​967](https://togithub.com/googleapis/python-bigquery/issues/967)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` ([#​1117](https://togithub.com/googleapis/python-bigquery/issues/1117)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Bug Fixes - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - improve type annotations for mypy validation ([#​1081](https://togithub.com/googleapis/python-bigquery/issues/1081)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Documentation - Add migration guide from version 2.x to 3.x ([#​1027](https://togithub.com/googleapis/python-bigquery/issues/1027)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Dependencies - BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### [2.34.3](https://togithub.com/googleapis/python-bigquery/compare/v2.34.2...v2.34.3) (2022-03-29) ##### Bug Fixes - update content-type header ([#​1171](https://togithub.com/googleapis/python-bigquery/issues/1171)) ([921b440](https://togithub.com/googleapis/python-bigquery/commit/921b440fdd151e88ee5b3e0d9fb90177877dc11a)) ##### [2.34.2](https://togithub.com/googleapis/python-bigquery/compare/v2.34.1...v2.34.2) (2022-03-05) ##### Bug Fixes - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​1157](https://togithub.com/googleapis/python-bigquery/issues/1157)) ([0c15790](https://togithub.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353)) - **deps:** require proto-plus>=1.15.0 ([0c15790](https://togithub.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353)) ##### [2.34.1](https://togithub.com/googleapis/python-bigquery/compare/v2.34.0...v2.34.1) (2022-03-02) ##### Dependencies - add "extra" for IPython, exclude bad IPython release ([#​1151](https://togithub.com/googleapis/python-bigquery/issues/1151)) ([0fbe12d](https://togithub.com/googleapis/python-bigquery/commit/0fbe12d1ababa45aa774b026a93c0af9e8f343d9)) - allow pyarrow 7.0 ([#​1112](https://togithub.com/googleapis/python-bigquery/issues/1112)) ([57f8ea9](https://togithub.com/googleapis/python-bigquery/commit/57f8ea95e152dc238e7a4941f96c54be53f7eaf3)) </details> <details> <summary>googleapis/python-retail</summary> ### [`v1.5.0`](https://togithub.com/googleapis/python-retail/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomgoogleapispython-retailcomparev141v150-2022-03-30) [Compare Source](https://togithub.com/googleapis/python-retail/compare/v1.4.1...v1.5.0) ##### Features - add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - allow search users to skip validation for invalid boost specs ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - search returns applied control ids in the response ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - support search personalization ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - users cannot switch to empty default branch unless force override ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) ##### Documentation - deprecate request_id in ImportProductsRequest ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - keep the API doc up-to-date with recent changes ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - suggest search users not to send IP and use hashed user id ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - users can self enroll retail search feature on cloud console ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) ##### [1.4.1](https://togithub.com/googleapis/python-retail/compare/v1.4.0...v1.4.1) (2022-03-05) ##### Bug Fixes - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​179](https://togithub.com/googleapis/python-retail/issues/179)) ([398f86d](https://togithub.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0)) - **deps:** require proto-plus>=1.15.0 ([398f86d](https://togithub.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0)) ##### Documentation - **samples:** fix create bucket for user events ([#​173](https://togithub.com/googleapis/python-retail/issues/173)) ([264f2d4](https://togithub.com/googleapis/python-retail/commit/264f2d43341ca75284ca30c42e2d9bf6f98195ba)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-retail).
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.20.0` -> `==2.21.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/compatibility-slim/2.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.21.0/confidence-slim/2.20.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v2.21.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#​2210-httpswwwgithubcomgoogleapispython-bigquerycomparev2200v2210-2021-07-12) ##### Features - Add max_results parameter to some of the `QueryJob` methods. ([#​698](https://www.github.com/googleapis/python-bigquery/issues/698)) ([2a9618f](https://www.github.com/googleapis/python-bigquery/commit/2a9618f4daaa4a014161e1a2f7376844eec9e8da)) - Add support for decimal target types. ([#​735](https://www.github.com/googleapis/python-bigquery/issues/735)) ([7d2d3e9](https://www.github.com/googleapis/python-bigquery/commit/7d2d3e906a9eb161911a198fb925ad79de5df934)) - Add support for table snapshots. ([#​740](https://www.github.com/googleapis/python-bigquery/issues/740)) ([ba86b2a](https://www.github.com/googleapis/python-bigquery/commit/ba86b2a6300ae5a9f3c803beeb42bda4c522e34c)) - Enable unsetting policy tags on schema fields. ([#​703](https://www.github.com/googleapis/python-bigquery/issues/703)) ([18bb443](https://www.github.com/googleapis/python-bigquery/commit/18bb443c7acd0a75dcb57d9aebe38b2d734ff8c7)) - Make it easier to disable best-effort deduplication with streaming inserts. ([#​734](https://www.github.com/googleapis/python-bigquery/issues/734)) ([1246da8](https://www.github.com/googleapis/python-bigquery/commit/1246da86b78b03ca1aa2c45ec71649e294cfb2f1)) - Support passing struct data to the DB API. ([#​718](https://www.github.com/googleapis/python-bigquery/issues/718)) ([38b3ef9](https://www.github.com/googleapis/python-bigquery/commit/38b3ef96c3dedc139b84f0ff06885141ae7ce78c)) ##### Bug Fixes - Inserting non-finite floats with `insert_rows()`. ([#​728](https://www.github.com/googleapis/python-bigquery/issues/728)) ([d047419](https://www.github.com/googleapis/python-bigquery/commit/d047419879e807e123296da2eee89a5253050166)) - Use `pandas` function to check for `NaN`. ([#​750](https://www.github.com/googleapis/python-bigquery/issues/750)) ([67bc5fb](https://www.github.com/googleapis/python-bigquery/commit/67bc5fbd306be7cdffd216f3791d4024acfa95b3)) ##### Documentation - Add docs for all enums in module. ([#​745](https://www.github.com/googleapis/python-bigquery/issues/745)) ([145944f](https://www.github.com/googleapis/python-bigquery/commit/145944f24fedc4d739687399a8309f9d51d43dfd)) - Omit mention of Python 2.7 in `CONTRIBUTING.rst`. ([#​706](https://www.github.com/googleapis/python-bigquery/issues/706)) ([27d6839](https://www.github.com/googleapis/python-bigquery/commit/27d6839ee8a40909e4199cfa0da8b6b64705b2e9)) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dlp).
* docs(samples): add reCAPTCHA Enterprise code samples (#112) * docs(samples): added samples and tests for site key CRUD operation * docs(samples): added samples and tests for create assessment * docs(samples): modified requirements and test inputs * docs(samples): lint fix - adding copyright * fix(samples): added nox config and modified requirements-test * docs(samples): lint fix * refactor(samples): updated nox file * docs(samples): lint fix * docs(samples): added nox config * docs(samples): lint fix; modified nox config * refactor(samples): incorporated review comments * refactor(samples): lint fix * refactor(samples): lint fix * refactor(samples): lint fix * docs(samples): updated to use latest chrome version and lint fix * fix(samples): updated selenium to use chrome browser and added display name to update key * build: add placeholder dockerfile, update kokoro configs * Adding chrome installation in docker * refactor(samples): removed webdriver manager dependency. Included commands to install binary file in docker. * fix(samples): changed the chromedriver version to latest release. * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * refactor(samples): included review comments Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#136) * chore(deps): update all dependencies * fix: split selenium dependency on python 3.6 Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.0 (#139) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.1 (#145) * docs(samples): removed assessment name in create_assessment sample (#147) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.0 (#150) * chore: delete owlbot.py (#151) * chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use the latest post processor image * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * docs(samples): added sample and tests for annotate assessment API (#155) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-recaptcha-enterprise/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #154 🦕 * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.1 (#159) * docs(samples): added samples and test to migrate key and get metrics (#161) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-recaptcha-enterprise/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #160 🦕 * chore(deps): update all dependencies (#177) * chore(deps): update all dependencies * revert pin change for python 3.6 Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#186) * chore(deps): update all dependencies * chore: remove split pin on selenium We do not run tests on Python < 3.6. Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#190) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#192) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.6.1 (#202) * chore(deps): update dependency selenium to v4.1.3 (#203) * chore(deps): update dependency pytest to v7.1.0 (#204) * chore(deps): update dependency pytest to v7.1.1 (#206) * chore(python): use black==22.3.0 (#209) Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe * chore(deps): update dependency flask to v2.1.0 (#208) * chore(deps): update dependency flask to v2.1.1 (#212) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(python): add nox session to sort python imports (#220) Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency pytest to v7.1.2 (#223) * chore(deps): update dependency flask to v2.1.2 (#225) * chore(deps): update dependency selenium to v4.1.5 (#231) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.7.0 (#234) * chore(deps): update dependency selenium to v4.2.0 (#257) * chore(deps): update all dependencies (#263) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#275) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * test: find_element_by_id->find_element * test: add import from selenium.webdriver.common.by import By Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#276) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#277) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#279) * chore(deps): update all dependencies * revert * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#280) * chore(deps): update all dependencies * revert * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.1 (#285) * chore(deps): update dependency selenium to v4.4.3 (#286) * chore(deps): update dependency pytest to v7.1.3 (#297) * chore(deps): update dependency selenium to v4.5.0 (#305) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.2 (#307) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.3 (#310) * chore(deps): update dependency pytest to v7.2.0 (#313) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.9.0 (#314) * Update copyright header * Fix: selenium web-driver path issue * Update CODEOWNERS and blunderbuss.yml * Update copyright headers change "Google Inc" to "Google, Inc" * Update import order in test_create_assessment.py * Update import order in test_create_assessment.py * Update .github/CODEOWNERS Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update .github/blunderbuss.yml * chore(samples): add Selenium resources for Docker * Update blunderbuss.yml * Update blunderbuss.yml * Update blunderbuss.yml * Update .github/blunderbuss.yml Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update CODEOWNERS No addtions/deletions. Just sorted data. * Update noxfile_config.py Limit testing to latest versions only (3.9 and 3.10) * Update noxfile_config.py * Update blunderbuss.yml * Updates to CODEOWNERS and blunderbuss * Fixed deprecation warnings in tests * Fixed lint - import order * CODEOWNERS team rename aap-dpes -> torus-dpe * CODEOWNERS clean-up --------- Co-authored-by: Sita Lakshmi Sangameswaran <sita1996@gmail.com> Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <renovate@whitesourcesoftware.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Remigiusz Samborski <rsamborski@users.noreply.github.com> Co-authored-by: rsamborski <rsamborski@gmail.com> Co-authored-by: Jennifer Davis <iennae@gmail.com>
* docs(samples): add reCAPTCHA Enterprise code samples (#112) * docs(samples): added samples and tests for site key CRUD operation * docs(samples): added samples and tests for create assessment * docs(samples): modified requirements and test inputs * docs(samples): lint fix - adding copyright * fix(samples): added nox config and modified requirements-test * docs(samples): lint fix * refactor(samples): updated nox file * docs(samples): lint fix * docs(samples): added nox config * docs(samples): lint fix; modified nox config * refactor(samples): incorporated review comments * refactor(samples): lint fix * refactor(samples): lint fix * refactor(samples): lint fix * docs(samples): updated to use latest chrome version and lint fix * fix(samples): updated selenium to use chrome browser and added display name to update key * build: add placeholder dockerfile, update kokoro configs * Adding chrome installation in docker * refactor(samples): removed webdriver manager dependency. Included commands to install binary file in docker. * fix(samples): changed the chromedriver version to latest release. * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * refactor(samples): included review comments Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#136) * chore(deps): update all dependencies * fix: split selenium dependency on python 3.6 Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.0 (#139) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.3.1 (#145) * docs(samples): removed assessment name in create_assessment sample (#147) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.0 (#150) * chore: delete owlbot.py (#151) * chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use the latest post processor image * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * docs(samples): added sample and tests for annotate assessment API (#155) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-recaptcha-enterprise/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #154 🦕 * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.4.1 (#159) * docs(samples): added samples and test to migrate key and get metrics (#161) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-recaptcha-enterprise/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #160 🦕 * chore(deps): update all dependencies (#177) * chore(deps): update all dependencies * revert pin change for python 3.6 Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#186) * chore(deps): update all dependencies * chore: remove split pin on selenium We do not run tests on Python < 3.6. Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#190) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#192) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.6.1 (#202) * chore(deps): update dependency selenium to v4.1.3 (#203) * chore(deps): update dependency pytest to v7.1.0 (#204) * chore(deps): update dependency pytest to v7.1.1 (#206) * chore(python): use black==22.3.0 (#209) Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe * chore(deps): update dependency flask to v2.1.0 (#208) * chore(deps): update dependency flask to v2.1.1 (#212) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(python): add nox session to sort python imports (#220) Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency pytest to v7.1.2 (#223) * chore(deps): update dependency flask to v2.1.2 (#225) * chore(deps): update dependency selenium to v4.1.5 (#231) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.7.0 (#234) * chore(deps): update dependency selenium to v4.2.0 (#257) * chore(deps): update all dependencies (#263) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#275) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert * test: find_element_by_id->find_element * test: add import from selenium.webdriver.common.by import By Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#276) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#277) * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update all dependencies (#279) * chore(deps): update all dependencies * revert * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update all dependencies (#280) * chore(deps): update all dependencies * revert * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.1 (#285) * chore(deps): update dependency selenium to v4.4.3 (#286) * chore(deps): update dependency pytest to v7.1.3 (#297) * chore(deps): update dependency selenium to v4.5.0 (#305) Co-authored-by: Anthonios Partheniou <partheniou@google.com> * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.2 (#307) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.8.3 (#310) * chore(deps): update dependency pytest to v7.2.0 (#313) * chore(deps): update dependency google-cloud-recaptcha-enterprise to v1.9.0 (#314) * Update copyright header * Fix: selenium web-driver path issue * Update CODEOWNERS and blunderbuss.yml * Update copyright headers change "Google Inc" to "Google, Inc" * Update import order in test_create_assessment.py * Update import order in test_create_assessment.py * Update .github/CODEOWNERS Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update .github/blunderbuss.yml * chore(samples): add Selenium resources for Docker * Update blunderbuss.yml * Update blunderbuss.yml * Update blunderbuss.yml * Update .github/blunderbuss.yml Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> * Update CODEOWNERS No addtions/deletions. Just sorted data. * Update noxfile_config.py Limit testing to latest versions only (3.9 and 3.10) * Update noxfile_config.py * Update blunderbuss.yml * Updates to CODEOWNERS and blunderbuss * Fixed deprecation warnings in tests * Fixed lint - import order * CODEOWNERS team rename aap-dpes -> torus-dpe * CODEOWNERS clean-up --------- Co-authored-by: Sita Lakshmi Sangameswaran <sita1996@gmail.com> Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: WhiteSource Renovate <renovate@whitesourcesoftware.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Remigiusz Samborski <rsamborski@users.noreply.github.com> Co-authored-by: rsamborski <rsamborski@gmail.com> Co-authored-by: Jennifer Davis <iennae@gmail.com>
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
…tform#203) Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Needed for this page: https://cloud.google.com/bigquery/authentication
Fixes googleapis/oauth2client#435.