Uh oh!
There was an error while loading. Please reload this page.
Python: Add adlfs support (Azure DataLake FileSystem) - #6392
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Fokko
left a comment
There was a problem hiding this comment.
One minor comment about the credential, but apart from that this is looks great 👏🏻
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8825492 to
8d998caCompareFokko
commented
Dec 15, 2022
@cccs-eric it looks like we have to add |
Fokko
commented
Dec 15, 2022
@cccs-eric I forgot one thing, could you also add the |
cccs-eric
commented
Dec 15, 2022
Yes, I'll do that. And I've also realized that I'm not calling the tests for ADLFS. Should I simply add this to python-ci.yml? - name: Tests S3working-directory: ./pythonrun: make test-s3
- name: Tests Adlfsworking-directory: ./pythonrun: make test-adlfs |
Fokko
commented
Dec 15, 2022
@cccs-eric Yes, please do! |
cccs-eric
commented
Dec 15, 2022
@Fokko I don't understand what is going on. |
rdblue
commented
Dec 16, 2022
@cccs-eric, I just merged $6439 that fixes the pyparsing problem (my fault) so you should be able to rebase and get tests working. Sorry about that! |
edbc913 to
963bc36Comparecccs-eric
commented
Dec 16, 2022
Thanks @rdblue , build is now passing 🥳 |
cccs-eric
commented
Dec 16, 2022
@Fokko One last thing that I haven't done is modifying verify-release.md for the integration tests. Should I add |
rdblue
commented
Dec 18, 2022
@cccs-eric, looks like this was out of date. I tried to fix conflicts, but it is failing tests. Can you fix and then we'll merge? |
cccs-eric
commented
Dec 19, 2022
@rdblue All clear now |
Fokko
commented
Dec 19, 2022
Awesome, thanks @cccs-eric for working on this 🚀 |
rdblue
commented
Dec 19, 2022
Thanks, @cccs-eric! |
Adds support for adlfs storage in Python API.