John Wheeler
John Wheeler

Reputation: 797

Can you import data into multiple tables in a single request via the bigquery API?

i have read the documentation regarding constructing a multipart request. is it possible to send more than just one load specification along with its payload by specifying multiple multipart boundaries in the same request body? if so, does it count against import quota per table or per request?

Upvotes: 0

Views: 978

Answers (1)

Jordan Tigani
Jordan Tigani

Reputation: 26637

No ... only one table can be imported to per import request (you can, of course, do multiple imports in parallel by creating multiple requests).

Upvotes: 1

Related Questions