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
Fixed an issue where JSON auth files containing user auth (e.g. application_default_credentials.json) does not work with google.cloud.auth.service.account.json.keyfile.
Honor GOOGLE_APPLICATION_DEFAULT_CREDENTIALS environment variable. For Google Application Default Credentials (but not other defaults).
Make fs.gs.project.id optional. It is still required for listing buckets, creating buckets, and entire BigQuery connector.
Relocate all dependencies in shaded jar.
Update all dependencies to latest versions.
Disable GCS Metadata Cache by default (e.g. set default value of fs.gs.metadata.cache.enable property to false).