Back to skills

azure-data-tables-py

data

Azure Data Tables SDK for Python provides access to Azure Storage Tables and Cosmos DB Table API. It handles entity CRUD, table management, batch transactions, and OData-style queries using PartitionK

Setup & Installation

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

What This Skill Does

Azure Data Tables SDK for Python provides access to Azure Storage Tables and Cosmos DB Table API. It handles entity CRUD, table management, batch transactions, and OData-style queries using PartitionKey/RowKey addressing. The SDK handles DefaultAzureCredential auth, parameterized OData filters, and transactional batch submissions in one package, removing the need to hand-roll REST calls or manage ETag concurrency manually.

When to use it

  • Working with azure data tables py functionality
  • Implementing azure data tables py features
  • Debugging azure data tables py related issues