pub fn delete_old_data( lake: &DataLakeConnection, min_days_old: i32, ) -> impl Future<Output = Result<(), Error>>
Deletes all data older than a specified number of days from the data lake.