overwriteFinalTable

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

Drop the previous final table, and rename the new final table to match the old final table.

This method may assume that the stream is an OVERWRITE stream, and that the final suffix is non-empty. Callers are responsible for verifying those are true.