-
Notifications
You must be signed in to change notification settings - Fork 122
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
Define path of bigquery_credentials.dat by environment var #86
Comments
Can we default to |
IMO it would be interesting to have a configurable path. In #83 we cannot set a default directory to store our config, you ll always store in ~/.config/pandas_gbq... this is not interesting when having datascience isolate notebooks environments. Beside that, you always have to pass the credentials when executing read_gbq. |
@MaximilianR I think that GOOGLE_APPLICATION_CREDENTIALS env is used for a different kind of credential. |
Thank you guys for replying. @parthea @MaximilianR could you please consider both approaches? Maybe it'll be tough asking our users for sending @MaximilianR, as @andrelu pointed out, |
@jonathansp You're right. Users may not like sending |
Yes, you're right |
Closed via dbfb4e9 |
In a shared environment, the use of hard-coded bigquery_credentials.dat file name could be a problem. We should be able to define this path by using an environment variable, for instance,
PANDAS_GBQ_CREDENTIALS_FILE
.The text was updated successfully, but these errors were encountered: