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
Currently the native filesystem implementation for Azure storage only supports the abfs scheme, however some existing paths may use wasb. For many storage accounts it is possible to access the data via the Azure Data Lake Storage Gen2 APIs by parsing the wasb URI as if it were provided by abfs. For example
Currently the native filesystem implementation for Azure storage only supports the abfs scheme, however some existing paths may use wasb. For many storage accounts it is possible to access the data via the Azure Data Lake Storage Gen2 APIs by parsing the wasb URI as if it were provided by abfs. For example
is an alias for
which can be accessed via the current implementation.
Enhancing the native filesystem implementation to support the wasb scheme will help support users who cannot easily change the paths.
The text was updated successfully, but these errors were encountered: