Skip to main content

strip_source_mutations

Function strip_source_mutations 

Source
pub fn strip_source_mutations(
    records: &RecordBatch,
) -> Result<RecordBatch, ConnectorError>
Expand description

Remove only mutation metadata while retaining the exact trailing row positions.

ยงErrors

Returns an error when any source metadata field is malformed.