AutoML: pass credentials from Table client to underlying client. #9490
Labels
api: automl
Issues related to the AutoML API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Problem
It seems that TablesClient doesn't correctly pass the credentials down to underlying clients.
Since I have neither a default credential nor
GOOGLE_APPLICATION_CREDENTIALS
set on my machine, I end up gettingDefaultCredentialsError
.Environment details
os: macOS 10.14.2
python version: 3.7
google-cloud-automl==0.7.0
Code example
Stacktrace
Expected Behavior
Successfully instantiate a
TablesClient
instance.The text was updated successfully, but these errors were encountered: