permission denied listing external volume when using vscode databricks extension
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2024 04:30 PM
hey, i'm using the Db extension for vscode (Databricks connect v2). When using dbutils to list an external volume defined in UC like so:
dbutils.fs.ls("/Volumes/dev/bronze/rawdatafiles/")
i get this error:
"databricks.sdk.errors.mapping.PermissionDenied: No operations allowed on this path..."
However, running the same statement in the Db workspace works fine.