Python SDK available for Azure DataLake Gen1. the documentation is here
Can i use same SDK to access files at Azure DataLake Gen2 from python?
I've implemented a small library just for own use. It's not working properly with all rest api methods, but I'm always welcome for any help:) You can check it here: https://github.com/estatic/pydatalake-gen2
I encounter the same issue, and get the feedback from Microsoft:
Unfortunately these SDKs cannot be used with ADLS Gen2 as of now.
However, I would suggest to keep an eye on Azure updates. Azure updates provide information about important Azure product updates, roadmap, and announcements.
Hope this can help you.