Hi @Vidula Khannaโ @Kaniz Fatmaโ
It does not answer my real question. We mount adls path in databricks where we read and write the data. Suppose I have one partitioned (partitioned on audit) folder like below. I want to build an utility to delete the 3 days older partition like (/mnt/data/contact/audit=20230620). What is the best approach we can follow to do this. So that it also not impact the parent folder/other partitions.
/mnt/data/contact/audit=20230620
/mnt/data/contact/audit=20230621
/mnt/data/contact/audit=20230622
/mnt/data/contact/audit=20230623