Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2023 10:52 AM
Hello!
I am contacting you because of the following problem I am having:
In an ADLS folder I have two items, a folder and an automatically generated Block blob file with the same name as the folder.
I want to use the dbutils.fs.mv command to move the folder to another folder but as the Block blob file has the same name it is also being moved together with the folder and this is causing me a problem.
Would it be possible to somehow just specify that I want to move the folder?
Thank you very much in advance!