Load data from Cloud Storage to specific partition in table

Viewed 17

Is there any way to load data from Cloud Storage direct to the specific partition in the table? I see, that Bigquery have WRITE_TRUNCATE in Scheduled queries, but how to combine it with Cloud Storage?

Or these is any other way to free load big amount of data (50 million records) to specific partiton in Bigquery table?

1 Answers
Related