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
I have one service account connected to default project, but that service account also have permission to another projects too.
It seems like I can only add default project for the service account. please add a functionality to explore another projects on the side bar. thank you for the great project!
The text was updated successfully, but these errors were encountered:
tim-watcha
changed the title
Add another project with single service account
Add another project on the sidebar with single service account
Sep 8, 2023
On a bit of research, this is not super easy - BigQuery requires that you specify which project you are connecting to, so we cannot return all the projects using a SQL query (which is how the explorer is populated).
As a workaround if you use a service account, I suspect you could change the project-id in the JSON keyfile if you wanted to access the other project.
I have one service account connected to default project, but that service account also have permission to another projects too.
It seems like I can only add default project for the service account. please add a functionality to explore another projects on the side bar. thank you for the great project!
The text was updated successfully, but these errors were encountered: