
dataverse-python-quickstart
✓ Official★ 36,200by github · part of github/awesome-copilot
Python SDK setup and CRUD snippets for Microsoft Dataverse operations. Generates installation commands and DataverseClient initialization with InteractiveBrowserCredential authentication Includes single-record CRUD patterns (create, retrieve, update, delete) following official SDK conventions Covers bulk operations with both broadcast and 1:1 update modes for efficient batch processing Demonstrates retrieve-multiple queries with paging support (top, page_size parameters) Optionally includes...
Python SDK setup and CRUD snippets for Microsoft Dataverse operations. Generates installation commands and DataverseClient initialization with InteractiveBrowserCredential authentication Includes single-record CRUD patterns (create, retrieve, update, delete) following official SDK conventions Covers bulk operations with both broadcast and 1:1 update modes for efficient batch processing Demonstrates retrieve-multiple queries with paging support (top, page_size parameters) Optionally includes...
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
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.
npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-quickstartRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.