Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:43 PM
Hi,
We're using Azure.
External locations are created using a managed identity.
It's not a security issue as demonstrated below:
Same folder, different syntax to get the list of files. The first one works, the second one throws an error.
LIST 'abfss://landingzone@***.dfs.core.windows.net/DEV' --> works
%py
dbutils.fs.ls('abfss://landingzone@***.dfs.core.windows.net/DEV') --> throws error