dataverse-python-quickstart

Python SDK setup and CRUD snippets for Microsoft Dataverse operations.

github ↓ 8.6k
Claude Code
View source ↗

What it does

  • 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, pagesize)
  • Optionally demonstrate file upload to a File column

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Python SDK setup and CRUD snippets for Microsoft Dataverse operations.

Source

Repository: https://github.com/github/awesome-copilot

dataverse-python-quickstart FAQ

What does the dataverse-python-quickstart skill do?

Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns. Install the SDK (pip install PowerPlatform-Dataverse-Client) Create a DataverseClient with InteractiveBrowserCredential

How do I install dataverse-python-quickstart?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill dataverse-python-quickstart --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain dataverse-python-quickstart?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

dataverse-python-quickstart on getagentictools
[![dataverse-python-quickstart on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-dataverse-python-quickstart.svg)](https://getagentictools.com/skills/github-awesome-copilot-dataverse-python-quickstart?ref=badge)
npx agentictools info skills/github-awesome-copilot-dataverse-python-quickstart

The second line is the CLI lookup for this page — handy in READMEs and docs.