Radhi
Radhi

Reputation: 6339

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?

Upvotes: 0

Views: 1764

Answers (2)

Estatic
Estatic

Reputation: 148

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

Upvotes: 1

Ivan Glasenberg
Ivan Glasenberg

Reputation: 30015

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.

Upvotes: 0

Related Questions