0

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?

Radhi
  • 6,289
  • 15
  • 47
  • 68

2 Answers2

1

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

Estatic
  • 138
  • 1
  • 8
0

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.

Community
  • 1
  • 1
Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60