overwriteRawTable

abstract fun overwriteRawTable(rawTableName: TableName, suffix: String)

Swap the "temporary" raw table into the "real" raw table. For example, DROP TABLE IF NOT EXISTS airbyte_internal.foo; ALTER TABLE airbyte_internal.foo_tmp RENAME TO foo.