feat(utils): add AdlsLakeFileSystem for Azure Data Lake Storage#70
Merged
TordAreStromsnes merged 5 commits intomainfrom Feb 16, 2026
Merged
Conversation
…AdlsLakeFileSystem
Contributor
Author
|
close #71 |
leefw
approved these changes
Feb 16, 2026
This was referenced Feb 16, 2026
TordAreStromsnes
pushed a commit
that referenced
this pull request
Feb 16, 2026
🤖 I have created a release *beep* *boop* --- ## [0.3.0](dataorc-v0.2.0...dataorc-v0.3.0) (2026-02-16) ### Features * **utils:** add AdlsLakeFileSystem for Azure Data Lake Storage ([#70](#70)) ([e8f233d](e8f233d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
hknutsen
pushed a commit
that referenced
this pull request
Feb 17, 2026
🤖 I have created a release *beep* *boop* --- ## [0.6.0](dataorc-utils-v0.5.0...dataorc-utils-v0.6.0) (2026-02-17) ### Features * **utils:** add AdlsLakeFileSystem for Azure Data Lake Storage ([#70](#70)) ([e8f233d](e8f233d)) * **utils:** add retry logic and customizable parameters for get_keyvault_secret ([#63](#63)) ([acbc2b7](acbc2b7)) * **utils:** refactor lakefilesystem with protocol ([#73](#73)) ([a203db4](a203db4)) * **utils:** update path patterns to support optional datalake_container_name ([#74](#74)) ([0b1e434](0b1e434)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tord Are Strømsnes <88530364+TordAreStromsnes@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New ADLS Gen2 backend and API enhancements:
AdlsLakeFileSystemclass, providing direct access to Azure Data Lake Storage Gen2 via the Azure SDK, with methods matchingLakeFileSystemand additional directory listing support.__init__.pyto support lazy importing ofAdlsLakeFileSystem, preventing hard dependency on Azure packages unless needed.pyproject.tomlto includeazure-storage-file-datalakein theazureextra requirements for proper dependency management.Documentation improvements:
docs/packages/dataorc-utils/lake/index.mdto explain bothLakeFileSystemandAdlsLakeFileSystem, their APIs, constructor options, path handling differences, and authentication details.Testing enhancements:
LakeFileSystemto also work forAdlsLakeFileSystem.