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?