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