You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] Don't load credentials from disk if reauth is True (#212)
* [BUG] Don't load credentials from disk if reauth is True
If the credentials on disk are invalid, then `get_user_credentials()` may fail
before it can fetch fresh credentials.
Noticed first and fixed in pydata-google-auth package in
pydata/pydata-google-auth@7ce7f3f
Note about pydata-google-auth: eventually I'd like to move pandas-gbq
to use that package for auth, but since I'm not sure when I'll have that
package ready, I'm patching pandas-gbq, too.
* syntax error
0 commit comments