I would like to move the folder from my repo under /Workspace/Repos/ar... to the external Azure blob location.
I tried dbutils.fs.mv(repo_path, az_path) but this gave me an error for the file not found.
Also, I am not able to see workspace -> repo using dbutils.fs.ls()
does anyone know how to get into workspace/repo?
#dataengineer