pub async fn delete_expired_blocks( lake: &DataLakeConnection, expiration: DateTime<Utc>, ) -> Result<(), Error>
Deletes all expired blocks from the data lake.