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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: