overwriteFinalTable

fun overwriteFinalTable(stream: DestinationStream, finalTableName: TableName, finalTableSuffix: String)

Attempt to atomically swap the final table from the temp version. This could be destination specific, INSERT INTO..SELECT * and DROP TABLE OR CREATE OR REPLACE ... SELECT *, DROP TABLE