-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigQuery: Run job in one project that uses resources from another #2609
Comments
@alixhami Thanks for this issue! I'm going to initially label it as a question, but I'll change it to a feature request if needed. |
@blowmage and I looked into this, and it will require adding a |
Unfortunately this approach turned out to be extremely disruptive and error-prone, so I have have opened #2692 to add |
The new solution will be to add versions of |
This is a feature request if it is not supported by the library. See last line for tldr. I am updating a ruby sample to match the python sample for extracting a table. The python sample extracts the bigquery-public-data shakespeare table to a GCS bucket. When attempting this in ruby, I ran into a permissions error because of the way the request was structured by the library. The ruby library's extract_job method is attached to a table instance, so it tries to use the table's project to run the job.
Environment details
Steps to reproduce
Run code with bucket_name replaced with an actual bucket:
I get this error on the line where the
extract_job
is defined:Is there any way to send an extract job with one project that uses resources in another project?
The text was updated successfully, but these errors were encountered: