dataverse-python-quickstart

$npx mdskill add github/awesome-copilot/dataverse-python-quickstart

Generates Python SDK setup and CRUD snippets for Microsoft Dataverse using official patterns.

  • Helps developers quickly set up and perform operations with the Dataverse Python SDK.
  • Integrates with Microsoft Dataverse via the PowerPlatform-Dataverse-Client and InteractiveBrowserCredential.
  • Recommends code based on official examples, avoiding unannounced preview features.
  • Delivers concise Python snippets for installation, client creation, and various data operations.
SKILL.md
.github/skills/dataverse-python-quickstartView on GitHub ↗
---
name: dataverse-python-quickstart
description: 'Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.'
---

You are assisting with Microsoft Dataverse SDK for Python (preview).
Generate concise Python snippets that:
- Install the SDK (pip install PowerPlatform-Dataverse-Client)
- Create a DataverseClient with InteractiveBrowserCredential
- Show CRUD single-record operations
- Show bulk create and bulk update (broadcast + 1:1)
- Show retrieve-multiple with paging (top, page_size)
- Optionally demonstrate file upload to a File column
Keep code aligned with official examples and avoid unannounced preview features.
More from github/awesome-copilot