You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the usage question you have. Please include as many useful details as possible.
I want to use fs.FileSystem.from_uri with azurite.
Here a short sample of code:
import pyarrow.fs as fs
local_new, path_new = fs.FileSystem.from_uri("abfs://myaccount.blob.core.windows.net/mycontainer")
local_new.create_dir("test")
The error I received is: az: error: unrecognized arguments: --scope https://storage.azure.com/.default
How can I set account_key to be able to use FileSystem.from_uri?
Component(s)
Python
The text was updated successfully, but these errors were encountered:
terminate called after throwing an instance of 'Azure::Core::Credentials::AuthenticationException'
what(): EnvironmentCredential authentication unavailable. Environment variables are not fully configured.
Aborted
Describe the usage question you have. Please include as many useful details as possible.
I want to use fs.FileSystem.from_uri with azurite.
Here a short sample of code:
The error I received is:
az: error: unrecognized arguments: --scope https://storage.azure.com/.default
How can I set account_key to be able to use FileSystem.from_uri?
Component(s)
Python
The text was updated successfully, but these errors were encountered: