-
Notifications
You must be signed in to change notification settings - Fork 1.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
API Core / BigQuery Storage: Fix pins of 'googleapis-common-protos. #8688
API Core / BigQuery Storage: Fix pins of 'googleapis-common-protos. #8688
Conversation
There's a good chance this was caused by a bad wheel for pyarrow. We might need to pin to pyarrow 0.13.0 for now. |
@tswast |
'google-api-core' now pins it '>= 1.6.0, < 2dev'.
I moved 'latest' back to an older build from March and got the same error 🤷♀️ Rebuilding and republishing the image right now. |
Please hold off on merging. The latest test run skipped a bunch of sessions: https://g3c.corp.google.com/results/invocations;query=target/07a1a87e-228d-4d99-9281-2682932d1b3e/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fbigquery_storage/log |
@busunkim96 They look green to me now. The two which are not no-ops both succeeded: |
The current build of 1.14.0 is not reflecting the new pins of 'googleapis-common-protos': googleapis/google-cloud-python#8688
Toward #8686.