chickenman
chickenman

Reputation: 798

Is it possible to run the bigquery editor UI as a service account?

I have a service account that has access to certain datasets that aren't part of my project. I would like to run some queries on them. I am able to do this from the cloud shell using bq commands, but would it be possible to do this using the big query editor?

Upvotes: 0

Views: 587

Answers (1)

guillaume blaquiere
guillaume blaquiere

Reputation: 75940

No, it isn't. Service Account is a machine account. Machine use CLI and APIs, not the UI (User Interface). Service account is not for a user, only for a machine!

Upvotes: 1

Related Questions