如何授予 BigQuery 作业创建权限?
How to grant BigQuery job creation permission?
如何授予正确的权限,以便我可以 运行 使用 BigQuery 上的 Python sdk 进行查询?
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://www.googleapis.com/bigquery/v2/projects/MY_PROJ/queries?alt=json returned "Access Denied: Project db-cm-dev: The user joyce-something1@MY_PROJ.iam.gserviceaccount.com does not have bigquery.jobs.create permission in project MY_PROJ.
在 IAM page of your project, by granting the service account mentioned in the error message the role of bigquery.jobUser 或更高级别,您将能够创造就业机会。
如何授予正确的权限,以便我可以 运行 使用 BigQuery 上的 Python sdk 进行查询?
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://www.googleapis.com/bigquery/v2/projects/MY_PROJ/queries?alt=json returned "Access Denied: Project db-cm-dev: The user joyce-something1@MY_PROJ.iam.gserviceaccount.com does not have bigquery.jobs.create permission in project MY_PROJ.
在 IAM page of your project, by granting the service account mentioned in the error message the role of bigquery.jobUser 或更高级别,您将能够创造就业机会。