delete_old_data

Function delete_old_data 

Source
pub async fn delete_old_data(
    lake: &DataLakeConnection,
    min_days_old: i32,
) -> Result<(), Error>
Expand description

Deletes all data older than a specified number of days from the data lake.