简体   繁体   中英

BigQuery.jobs.create pemission

I am trying to run a python code to create feature store. When I am running I am getting Bigquery.jobs.create permission error. I checked the permissions for my account with gcloud iam roles describe roles/viewer and Bigquery permissions are there.

Now, what mistake I am making and how can I solve this error.

It seems that you need to create BigQuery job. At least the account you are using should have "BigQuery Job User" role.

All the required permissions and roles are mentioned here.

  • roles/bigquery.user
  • roles/bigquery.jobUser
  • roles/bigquery.admin

Click here to go to official documentation page mentioning the above for revised roles/permissions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM