Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

writeDisposition WRITE_TRUNCATE with the bigquery storage write API

I want to use the BigQuery Storage Write API with Pending mode, but when I do BatchCommitWriteStreams
I want to truncate the partition/table and replace it's content with the new content atomically. With the normal BigQuery load jobs I can use writeDisposition WRITE_TRUNCATE [ref] and get this behaviour. Is there some way to get this behaviour with BigQuery Storage Write API?

0 1 5,487
1 REPLY 1