Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 08:55 PM
use these three commands and it will work
dbutils.fs.ls('dbfs:/FileStore/vehicle_data.csv')
dbutils.fs.ls('/dbfs/FileStore/vehicle_data.csv')
dbutils.fs.ls('/dbfs/dbfs/FileStore/vehicle_data.csv')
Thanks
Aviral
AviralBhardwaj