dataverse-python-quickstart
作者: github
Python SDK 設定與 Microsoft Dataverse 操作的 CRUD 程式碼片段。產生安裝指令與使用 InteractiveBrowserCredential 驗證的 DataverseClient 初始化。包含遵循官方 SDK 慣例的單筆 CRUD 模式(建立、擷取、更新、刪除)。涵蓋使用廣播與 1:1 更新模式進行高效批次處理的大量操作。示範支援分頁(top、page_size 參數)的多筆擷取查詢。可選擇包含...
npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-quickstartYou 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.