Hello!
I am new to GCP. I already have a couple of existing projects in BigQuery. Now I have created a new project to which I would like to grant access to another user. This user should have access to just this BQ project (maybe just to a specific dataset, if possible) with the ability to create/delete tables and load data to those tables.
I have found that, within this project, I can add the user under "IAM & Admin" > IAM > Grant Access as a new principal with the role BigQuery Data Editor.
I would like to make sure that this the correct approach to limit the new user to just this project with no possibility to access data outside this project or to information related to my gcp (billing) account.
Thank you!