Skip to content

chore: use gapic-generator-python 0.56.2#1056

Merged
tswast merged 2 commits intomainfrom
owl-bot-b0570bdb-d66c-4915-a2e7-c3f757e5e079
Nov 10, 2021
Merged

chore: use gapic-generator-python 0.56.2#1056
tswast merged 2 commits intomainfrom
owl-bot-b0570bdb-d66c-4915-a2e7-c3f757e5e079

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Nov 9, 2021

  • Regenerate this pull request now.

PiperOrigin-RevId: 408420890

Source-Link: googleapis/googleapis@2921f9f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6598ca8cbbf5226733a099c4506518a5af6ff74c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9

@gcf-owl-bot gcf-owl-bot bot requested a review from a team November 9, 2021 22:07
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner November 9, 2021 22:07
@gcf-owl-bot gcf-owl-bot bot requested a review from shollyman November 9, 2021 22:07
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 9, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 9, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Nov 9, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2021
@parthea parthea changed the title chore: update Java and Python dependencies chore: use gapic-generator-python 0.56.2 Nov 9, 2021
@parthea parthea added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 9, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 9, 2021
@gcf-owl-bot
Copy link
Contributor Author

gcf-owl-bot bot commented Nov 9, 2021

Owl bot is regenerating pull request 1056...
Build name: Mzk2NmUyZWUtZjNhNi00MGZlLTljMjQtZmI0YjlhOTAwMGZk

PiperOrigin-RevId: 408420890

Source-Link: googleapis/googleapis@2921f9f

Source-Link: googleapis/googleapis-gen@6598ca8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-b0570bdb-d66c-4915-a2e7-c3f757e5e079 branch from ec688b2 to 34726f3 Compare November 9, 2021 23:56
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 9, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 9, 2021
@parthea parthea added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. and removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 10, 2021
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 10, 2021
@parthea
Copy link
Contributor

parthea commented Nov 10, 2021

Unrelated mypy failure

nox > mypy google/cloud
google/cloud/bigquery/client.py:209: error: Incompatible types in assignment (expression has type "Tuple[str, str]", base class "Client" defined the type as "Optional[Tuple[str]]")
google/cloud/bigquery/_http.py:55: error: Incompatible types in assignment (expression has type "str", base class "JSONConnection" defined the type as "None")
google/cloud/bigquery/_http.py:58: error: Incompatible types in assignment (expression has type "str", base class "JSONConnection" defined the type as "None")
Found 3 errors in 2 files (checked 49 source files)
nox > Command mypy google/cloud failed with exit code 1

@parthea
Copy link
Contributor

parthea commented Nov 10, 2021

@plamut , please could you help with the mypy failure?

@tswast
Copy link
Contributor

tswast commented Nov 10, 2021

Those mypy errors look to relate to the google-cloud-core library. Likely new since 2.2.0 release. googleapis/python-cloud-core#154

Edit: Filed https://github.com/googleapis/python-bigquery/issues/1057 to track mypy changes

Edit 2: Mailed googleapis/python-cloud-core#156, as the error was in google-cloud-core. The google-cloud-bigquery library was using the core library correctly.

@tswast tswast merged commit 9a5a888 into main Nov 10, 2021
@tswast tswast deleted the owl-bot-b0570bdb-d66c-4915-a2e7-c3f757e5e079 branch November 10, 2021 17:50
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
* chore: update Java and Python dependencies

PiperOrigin-RevId: 408420890

Source-Link: googleapis/googleapis@2921f9f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6598ca8cbbf5226733a099c4506518a5af6ff74c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9

* 🦉 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery API. cla: yes This human has signed the Contributor License Agreement. owl-bot-copy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants