agentsclimarketplace

Dataverse python quickstart

Skill github/awesome-copilot/skills/dataverse-python-quickstart

Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.From its SKILL.md

Install
npx -y skills add github/awesome-copilot --skill dataverse-python-quickstart

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.6 KB, 105 tokens by cl100k_base, as published. Nobody here has run it

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.