Skip to main content

commit_data_files_append

Function commit_data_files_append 

Source
pub async fn commit_data_files_append(
    table: &Table,
    catalog: &dyn Catalog,
    data_files: Vec<DataFile>,
) -> Result<Table, ConnectorError>
Expand description

Append data_files in one Iceberg transaction.

ยงErrors

Returns ConnectorError::OutcomeUnknown when the catalog does not acknowledge the commit.