Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 05:40 AM
Hi @Kaniz Fatma File is there even it shows full details using dbutils.fs.ls("/FileStore/")
but when I give the same path to delta sharing library, it gives me this error.
import delta_sharing
profile_file = f"/dbfs/FileStore/config.share"
profile = delta_sharing.SharingClient(profile_file)When executing the above code snippet, FileNotFound error pops up.