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

ADLS: Support Vended Credentials #1520

Merged
merged 2 commits into from
Jan 20, 2025
Merged

ADLS: Support Vended Credentials #1520

merged 2 commits into from
Jan 20, 2025

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Jan 15, 2025

First version with Fsspec. Will check with PyArrow tomorrow, but that one seems to be lacking the SAS token: SAS token has been added in 19.0.0 🥳

https://arrow.apache.org/docs/cpp/api/filesystem.html#azure-filesystem

Tested against an actual ADLS.

Closes #1146

First version with `Fsspec`. Will check with PyArrow tomorrow,
but that one seems to be lacking the SAS token:

https://arrow.apache.org/docs/cpp/api/filesystem.html#azure-filesystem

Closes apache#1146
@corleyma
Copy link

I believe support for SAS token was added to the Arrow azure filesystem, but I don't think it has been released yet: apache/arrow#45021

looks like arrow 19 release may be in progress as we speak from snooping around on github.

@kevinjqliu
Copy link
Contributor

depends on #1526

Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM since this was tested against an actual ADLS.

Linking the Arrow PR which added support for SAS_TOKEN, apache/arrow#45021

@Fokko Fokko merged commit b15934d into apache:main Jan 20, 2025
7 checks passed
@Fokko Fokko deleted the fd-adls branch January 20, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Vended Credentials for Azure Data Lake Store
3 participants