discoverSchema

abstract suspend fun discoverSchema(tableName: TableName): TableSchema

Query the destination and discover the schema of an existing table. If this method includes the _airbyte_* columns, then computeSchema MUST also include those columns.