I have a small python app running in google cloud run with docker.
(我有一个小型python应用程序在docker中运行的Google Cloud中运行。)
The application is triggered by http requests, executes a query in big query and return the result. (该应用程序由http请求触发,在大查询中执行查询并返回结果。)
Unfortunately I get the following permission error: (不幸的是,我收到以下权限错误:)
Reason: 403 POST https://bigquery.googleapis.com/bigquery/v2/projects/XXXX/jobs: Access Denied: Project XXXX: User does not have bigquery.jobs.create permission in project XXXX.
(job ID: XXXX-XX-XX-XX-XXXX)
I understand I need to give access from cloud run to big query.
(我了解我需要授予从云运行到大型查询的访问权限。)
How do I do it? (我该怎么做?)
to which user? (给哪个用户?)
how can i find out? (我怎么知道?)
ask by DarioB translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…