-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Add Python 3 support and optional parameter "silent" for read_gbq #10572
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
Conversation
Ca you:
|
these tests are all skipped on py3 (as I don't think the libraries are event installed), e.g. |
I don't believe ANY of the tests are actually run on travis; they are all skipped because of some import issues. |
Than would it be merged? |
if we have sufficient test coverage and validation |
cc @parthea |
issue is now #11094 pls reopen if you wish to update this issue |
@a-rodin From version To disable printing: See the documentation here : Fixed in #10857 |
Google's libraries support Python 3 since version 1.4.0, so we could add support for Python 3 in read_gbq method.
Also it is not always useful to see "Job not yet complete" printings, so I've added optional parameter that allows disable it.