Assigned
Status Update
Comments
jo...@google.com <jo...@google.com> #2
Hello,
This issue report has been forwarded to the Cloud AI Platform team so that they may investigate it, but there is no ETA for a resolution today. Future updates regarding this issue will be provided here.
Description
Currently, this is not possible unless you add the credentials of the services account.
Example:
credentials, _ = google.auth.default()
client = bigquery.Client(project= PROJECT, credentials=credentials)
client.get_dataset(DATASET)
That fails due to scopes (403), the user wants to be able to do it.