Back to skills

azure-storage-file-datalake-py

data

Python SDK for Azure Data Lake Storage Gen2, which provides a hierarchical file system built on Azure Blob Storage. Supports file and directory operations, access control lists, and large file uploads

Setup & Installation

npx skills add https://github.com/microsoft/azure-storage-file-datalake-py --skill azure-storage-file-datalake-py
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-storage-file-datalake-py
View on GitHub

What This Skill Does

Python SDK for Azure Data Lake Storage Gen2, which provides a hierarchical file system built on Azure Blob Storage. Supports file and directory operations, access control lists, and large file uploads via chunked append and flush patterns. The hierarchical namespace and ACL support mean you can model real directory structures and fine-grained permissions directly in storage, which flat object stores like S3 or plain Blob Storage require workarounds to approximate.

When to use it

  • Working with azure storage file datalake py functionality
  • Implementing azure storage file datalake py features
  • Debugging azure storage file datalake py related issues