Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wasb scheme alias in native Azure filesystem #23511

Closed
mrcnc opened this issue Sep 19, 2024 · 0 comments · Fixed by #23535
Closed

Support wasb scheme alias in native Azure filesystem #23511

mrcnc opened this issue Sep 19, 2024 · 0 comments · Fixed by #23535

Comments

@mrcnc
Copy link
Member

mrcnc commented Sep 19, 2024

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

wasb://[email protected]/path/to/myfile.txt

is an alias for

abfs://[email protected]/path/to/myfile.txt

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant