-
Notifications
You must be signed in to change notification settings - Fork 446
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
Self-resolving errors in reading from ADLS Gen2 on 0.5.8 #765
Comments
@malmgrek, the azure integration has gone back and forth on how its working :D. Luckily we are resoling all of this right now (#761) which includes extensive integration testing ... There are braking changes in how paths are cosntructed for azure, but nothing too bad .. We also aim to release |
@roeap Thanks for the quick comments, good to know that a new version is coming up. I will settle for now with 0.5.7 and bump to 0.6.0 afterwards. Thanks for your hard work! PS: I have some quite high level questions related to Azure integration:
EDIT: Include PS questions. |
The best way to ask more general questions is the slack channel, there should be a way to join in the README. As for SAS tokens, The currently is a PR open in the object_Store crate that we are migrating to that will include suppoort for SAS tokens in general... There is a little work that needs to be done on this end. but we may just get to include that - could you open an issue for SAS support? |
Alrighty then, I have now submitted two feature requests: |
@malmgrek - could you check if this is resolved for you now? |
@roeap - now it is resolved, thanks. 🎉 |
Environment
Fedora 35 (Linux)
Python 3.10.4
Delta-rs version:
0.5.8
Bug
What happened:
Reading a delta table from remote ADLS Gen2 service, I get two errors of type
NOTE: Finally the correct data is returned succesfully, however.
I also tried running the same script on version 0.5.7 and no errors logged in the std output.
What you expected to happen:
Similar behavior as with version 0.5.7.
How to reproduce it:
My script was more or less like so:
The text was updated successfully, but these errors were encountered: