简体   繁体   中英

Can I use Python SDK to access data from azure datalake gen2?

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 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM