dataverse-python-quickstart
作成者: github
Microsoft Dataverse操作のためのPython SDKセットアップと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.