-
I am trying to see if we can use opendal Python binding for manipulating the file section of onelake, I search the documentation, but could not find anyway to use token for authentication, is it a supported scenario ? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Hi, does token support refer to |
Beta Was this translation helpful? Give feedback.
-
honestly not sure, but this is how I get the token currently
|
Beta Was this translation helpful? Give feedback.
-
here is another reference, on storage token : https://learn.microsoft.com/en-us/azure/storage/blobs/authorize-access-azure-active-directory |
Beta Was this translation helpful? Give feedback.
-
btw, it is already supported by object store |
Beta Was this translation helpful? Give feedback.
-
@Xuanwo actually, we can get a sas_token from onelake, how do you pass a sas_toeken in Python ? currently, I am using this
is it the right syntax ? |
Beta Was this translation helpful? Give feedback.
-
thanks, sas token indeed works azblob, the limitation is with Onelake sas token as you can't list at the container level |
Beta Was this translation helpful? Give feedback.
Hi, does token support refer to
sas_token
support inazblob
forazdls
?