-
Notifications
You must be signed in to change notification settings - Fork 416
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
fix: introduce support for Microsoft OneLake #1642
Conversation
This change introduces tests and support for Microsoft OneLake. This specific commit is a rebase of the work done by our pals at Microsoft. Co-authored-by: Mohammed Muddassir <[email protected]> Co-authored-by: Christopher Watford <[email protected]>
…to operate The OneLake support should be considered unsupported and experimental until such time when we can add integration testing to our CI process
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems okay. Would ideally like the tests run in CI and use the full test_object_store
suite.
@wjones127 Me too, but the only way I think we do that is if I set up an Azure account and plonk some secrets into CI like I have done in the past for S3. I'll think about it 😆 |
@rtyler - Thanks for getting this merged , since a dynamically generated jwt token is used for now it will might not be possible to store the token on Github . Can you please let me know the release date for deltalake package https://crates.io/crates/deltalake/versions - The last update seems to have been published 2 weeks ago |
@vmuddassir-msft please watch the repository's releases |
Description
This is a rebase and update of #1564 which already has some robust discussion.
Related Issue(s)
Closes #1564