Function mz_fivetran_destination::destination::dml::delete_files
source · 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.