I am getting the following error when accessing the file in Azure blob storage
java.io.FileNotFoundException: File /10433893690638/mnt/22200/22200Ver1.sps does not exist.
Code:
ves_blob = dbutils.widgets.get("ves_blob")
try:
dbutils.fs.ls(ves_blob )
except:
raise FileNotFoundError("File '{f}' was not found.".format(f=ves_blob ))
If you look at the following mount the data bricks instance id attached (I assumed as this is in the url as adb-10433893690638.databricks.net)
/10433893690638/mnt/22200/22200Ver1.sps
when dbutils.fs.ls list the content I am assuming the mount path is only /mnt/22200/22200Ver1.sps.