Setup & Installation
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
