
adlfs 2026.2.0
0
Access Azure Blobs and Data Lake Storage (ADLS) Gen2 with fsspec and dask
Contents
Access Azure Blobs and Data Lake Storage (ADLS) Gen2 with fsspec and dask
Stars: 205, Watchers: 205, Forks: 116, Open Issues: 65The fsspec/adlfs repo was created 8 years ago and the last code push was 10 hours ago.
The project is popular with 205 github stars!
How to Install adlfs
You can install adlfs using pip
pip install adlfs
or add it to a project with poetry
poetry add adlfs
Package Details
- Author
- None
- License
- BSD
- Homepage
- None
- PyPi:
- https://pypi.org/project/adlfs/
- GitHub Repo:
- https://github.com/dask/adlfs
Classifiers
Related Packages
Errors
A list of common adlfs errors.
Code Examples
Here are some adlfs code examples and snippets.
GitHub Issues
The adlfs package has 65 open issues on GitHub
- added aiohttp comment
- Added deprecation warning for anonymous access
- Remove upper bound for azure-datalake-store dependency
- capture version_id after upload
- rm does not work with directory that contains <no-name> blob
- Does adlfs provide a way to get a file's public cloud url?
- InternalServerError while writing large json data.
- Make DefaultAzureCredential as default credential method instead of anonymous access?
pythonfix