Add Dataverse SDK for Python Collection (#458)

* Add Dataverse SDK for Python: 5 new instruction files (error handling, authentication, performance, testing, use cases) + 4 prompts and updated READMEs

* Delete COLLECTION_STATUS.md

* Delete ENHANCEMENT_SUMMARY.md
This commit is contained in:
Troy Simeon Taylor
2025-12-04 18:38:34 -05:00
committed by GitHub
parent b81a3dc5a4
commit a89019fb3b
23 changed files with 6983 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
name: Dataverse Python Quickstart Generator
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.