I am reading the data from a folder /mnt/lake/customer where mnt/lake is the mount path referring to ADLS Gen 2, Now I would like to rename a folder from /mnt/lake/customer to /mnt/lake/customeraddress without copying the data from one folder to another folder.
I don't want to use move copy as it takes a lot of time to copy the data and I have almost a thousand of folders which need to be renamed and the data volume is so huge.
I want to do this through databricks does anybody has idea ? .