User does not have bigquery.jobs.create permission in project open-targets-prod

I get error:
“You seem to be missing permissions on the billing project. The billing project can be changed using the project picker at the top of the page. If the project is correct then please talk to your administrator. Original error message: Access Denied: Project open-targets-prod: User does not have bigquery.jobs.create permission in project open-targets-prod.” trying multiple tables, e.g.
SELECT FROM open-targets-prod.platform.evidence LIMIT 10

Any suggestion?
Thanks!

Hi @vmorozov. Can you check if you can access the google bigquery public datasets?

SELECT * FROM bigquery-public-data.open_targets_platform.evidence LIMIT 10

I can run:

Please disregard my issue. I can run the query with another Google account. Probably something wrong with my Google cloud account

1 Like