dataverse-sdk-use Skill
Guidance for using the PowerPlatform Dataverse Client Python SDK. Use when calling the SDK like creating CRUD operations, SQL queries, table metadata management, relationships, and upload files. Published by microsoft in PowerPlatform-DataverseClient-Python.
What is dataverse-sdk-use Skill?
Guidance for using the PowerPlatform Dataverse Client Python SDK. Use when calling the SDK like creating CRUD operations, SQL queries, table metadata management, relationships, and upload files. Published by microsoft in PowerPlatform-DataverseClient-Python. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Research
- Database workflows use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use dataverse-sdk-use Skill
- Use it for database workflows.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/PowerPlatform-DataverseClient-Python
- Skill file: .claude/skills/dataverse-sdk-use/SKILL.md
What it does
Guidance for using the PowerPlatform Dataverse Client Python SDK. Use when calling the SDK like creating CRUD operations, SQL queries, table metadata management, relationships, and upload files.
Skill instructions
PowerPlatform Dataverse SDK Guide Overview Use the PowerPlatform Dataverse Client Python SDK to interact with Microsoft Dataverse. Key Concepts Schema Names vs Display Names - Standard tables: lowercase (e.g., "account", "contact") - Custom tables: include customization prefix (e.g., "newProduct", "cr123Invoice") - Custom columns: include customization prefix (e.g., "newPrice", "cr123Status") - ALWAYS use schema names (logical names), NOT display names Operation Namespaces - client.records -- CRUD and OData queries - client.query -- query and search operations - client.tables -- table metadata, columns, and relationships - client.files -- file upload operations - client.batch -- batch multiple operations into a single HTTP request Bulk Operations The SDK supports Dataverse's native bulk operations: Pass lists to create(), update() for automatic bulk processing, for delete(), set usebulkdelete when passing lists to use bulk operation Paging - Control page size with pagesize parameter on
Explore related resources
Frequently asked questions
What is dataverse-sdk-use?
dataverse-sdk-use is a open-source AI agent skill with Copy skill directory. Guidance for using the PowerPlatform Dataverse Client Python SDK. Use when calling the SDK like creating CRUD operations, SQL queries, table metadata management, relationships, and upload files.
Who is dataverse-sdk-use best for?
dataverse-sdk-use is best for reusing agent instructions, scripts, and references, database workflows, research workflows.
How do I install dataverse-sdk-use?
Install or run dataverse-sdk-use using Copy skill directory. Check dataverse-sdk-use for the latest setup command.
Is dataverse-sdk-use actively maintained?
dataverse-sdk-use may need a closer maintenance check before production use.
Auto-fetched from GitHub.