- Notifications
You must be signed in to change notification settings - Fork321
chore: Prepare for 2.0 release#278
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
plamut commentedSep 29, 2020
BQ Storage 2.0.0 released, re-running. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
plamut commentedSep 30, 2020
FWIW, the snippets tests in diff --git samples/snippets/noxfile.py samples/snippets/noxfile.pyindex 5660f08..66589f5 100644--- samples/snippets/noxfile.py+++ samples/snippets/noxfile.py@@ -158,14 +158,17 @@ def _session_tests(session, post_install=None): session.install("-r", "requirements-test.txt") if INSTALL_LIBRARY_FROM_SOURCE:- session.install("-e", _get_repo_root())+ session.install("-e", _get_repo_root() + "[all]") if post_install: post_install(session)diff --git samples/snippets/requirements.txt samples/snippets/requirements.txtindex 7fe8391..4753c47 100644--- samples/snippets/requirements.txt+++ samples/snippets/requirements.txt@@ -1,4 +1,4 @@-google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1+# google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1 google-auth-oauthlib==0.4.1 ipython==7.16.1; python_version < '3.7' ipython==7.17.0; python_version >= '3.7' |
tswast commentedSep 30, 2020
Do we need to add the necessary extras to |
The assertion seems to fail for a banal reason, i.e. an extra newlinein the string representation.
tswast commentedSep 30, 2020
Since it looks like
Maybe I missed some logic that filters out |
plamut commentedSep 30, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@tswast Ah, I think that's probably because I temporarily commented out the (and then had to adjust the installation from source line in noxfile to actually get all those extras installed) |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There are currently no public API endpoints for the ModelServiceClient,thus there is no point in generating that code in the first place.
The old pin (1.4.0) does not work, tests detected some problem.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
crwilcox commentedSep 30, 2020
Hammer merging to work around sample tests. |
Uh oh!
There was an error while loading.Please reload this page.
This PR should serve as a preview of the 2.0 release.
For a start, the BQ Storage
v1beta1compatibility code is removed, as it will not be needed anymore once BQ Storage v2.0.0 is released.TODO list:
bigquery_v2changes.bigquery_v2changes in UPGRADING guide.bigquery_v2in them, if necessary.