Skip to content
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

Run Load Job in a project that loads data in a table in a different project #27368

Open
oblivione81 opened this issue Sep 26, 2024 · 0 comments · May be fixed by #27681
Open

Run Load Job in a project that loads data in a table in a different project #27368

oblivione81 opened this issue Sep 26, 2024 · 0 comments · May be fixed by #27681
Assignees

Comments

@oblivione81
Copy link

This is related to this closed issue.

The problem has been resolved for the #extract, #extract_job, #copy and #copy_job methods, but it's still not possible to create a load job on project A that writes to a table in project B, since the #load_job method of the Client class operates through a Table object that is obtained from the project specified in the client object itself.

Now, I'm not totally sure the Google BigQuery API actually allows this (which would explain why the problem has not been fixed for the #load_job method). In that case, please let me know and close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants