async fn delete_files(
    database: &str,
    schema: &str,
    table: &Table,
    file_config: &FileConfig,
    client: &Client,
    delete_files: &[String]
) -> Result<(), OpError>
Expand description

“Soft deletes” rows by setting the FIVETRAN_SYSTEM_COLUMN_SYNCED to true, based on all primary keys.