Lucas_TBrabo
Databricks Employee
Databricks Employee

@sahil07, It seems that with your current setup, you can't read from DBFS using vanilla Python. I've ran some tests and managed to reproduce the error and solve it by copying the file in DBFS to the local file system of the driver node using dbutils.fs.cp to copy to "file:/"

Try the following:

test_dbx.jpg

 

View solution in original post