pub async fn create_checkpoint(
table: &DeltaTable,
operation_id: Option<Uuid>,
) -> DeltaResult<()>
Expand description
Creates checkpoint at current table version
pub async fn create_checkpoint(
table: &DeltaTable,
operation_id: Option<Uuid>,
) -> DeltaResult<()>
Creates checkpoint at current table version