You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
google.api.core.exceptions.Forbidden: 403 POST https://www.googleapis.com/bigquery/v2/projects/bigquery-public-data/queries: Access Denied: Project bigquery-public-data: The user macbook@swast-scratch.iam.gserviceaccount.com does not have bigquery.jobs.create permission in project bigquery-public-data.
I'd actually expect this second one as I do not have permission to charge queries to the bigquery-public-data project, but I should have permission to run queries against those tables (charging to my own project).
The text was updated successfully, but these errors were encountered:
I wonder if project_id in the ibis.bigquery.connect becomes ambiguous if we do this? One way to disambiguate might be to have folks pass in a google.cloud.bigquery.Client object in the cases when they want the project_id of the tables they query to be different from the project they want to charge queries to.
It would be great if there was a way to submit query jobs to one project, but allow querying jobs in another project.
I tried querying the StackOverflow public dataset like this:
and got the following error:
Note: I also tried:
but I got this error:
I'd actually expect this second one as I do not have permission to charge queries to the bigquery-public-data project, but I should have permission to run queries against those tables (charging to my own project).
The text was updated successfully, but these errors were encountered: