-
Notifications
You must be signed in to change notification settings - Fork 314
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
google.auth.default raises 404 when run from Travis with Python 3.7. #287
Comments
|
No, pandas-gbq isn't overriding anything in google-auth. I'm not sure why this error seems to only show up in Python 3.7. |
Looks like this error started popping up on other versions of Python, too. https://travis-ci.org/pydata/pandas-gbq/jobs/437226967 I think the issue is that |
What's the case where it throws a RefreshError? |
Now that I look more closely at the stack trace, it's not I'm guessing that means somehow |
Where did you define the default credentials? There is the line
Obviously, you can choose any path you want to store it. The default credentials that takes precedence over all other is the environment variable |
I should clarify, this error happens on PRs from forks (not branches), meaning the I've changed several things with pandas-gbq system tests on CI since filing this bug, including migrating to CircleCI. We can close this issue. |
See: https://travis-ci.org/max-sixty/pandas-gbq/jobs/422752133 for googleapis/python-bigquery-pandas#206
I think this is related to the fact that Travis CI runs on GCE but it locks down access to APIs. Somehow
google.auth.default()
is not catching the 404./cc @max-sixty
The text was updated successfully, but these errors were encountered: