applyChangeset
abstract suspend fun applyChangeset(stream: DestinationStream, columnNameMapping: ColumnNameMapping, tableName: TableName, expectedColumns: TableColumns, columnChangeset: ColumnChangeset)
Execute the changeset against the destination. After this method completes, a call to discoverSchema should return an identical schema as computeSchema.