delete_old_data

Function delete_old_data 

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

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