# Dataverse Python Quickstart

> Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.

- Skill: `thedixitjain/dataverse-python-quickstart` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/dataverse-python-quickstart`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/dataverse-python-quickstart/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/dataverse-python-quickstart

---

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.

---

**Source:** [`github/awesome-copilot`](https://github.com/github/awesome-copilot) → `skills/dataverse-python-quickstart/SKILL.md`

