transferFromTempRawTable
Copy all records from the temporary raw table into the real raw table, then drop the temporary raw table. For example INSERT INTO airbyte_internal.foo SELECT * FROM airbyte_internal.foo_tmp; DROP TABLE airbyte_internal.foo_tmp.