-
Notifications
You must be signed in to change notification settings - Fork 63
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
UnicodeError for Dataset(tablename).download()
if credentials are not set properly
#1022
Comments
@jgoizueta could this be related to your work on character encodings from the last few days? |
It turns out that I was using the Credentials functionality incorrectly:
Loading JSONs doesn't work and causes that UnicodeError for some reason.
That works. I guess this issue is about:
|
Dataset(tablename).download()
Dataset(tablename).download()
if credentials are not set properly
The first point is related to #776. Is the second point about enabling |
Btw, the bug in the description is related to use |
Ah ok, looks like we're ok then! |
Sorry, I mean its implemented in my branch :) |
Closed via #1175 |
I'm not sure what is going on, but I'm getting UnicodeError for pretty standard use of Dataset:
Gives this:
The text was updated successfully, but these errors were encountered: