dataverse-python-quickstart
작성자: github
Python SDK 설정 및 Microsoft Dataverse 작업을 위한 CRUD 코드 조각입니다. 설치 명령어와 InteractiveBrowserCredential 인증을 사용한 DataverseClient 초기화를 생성합니다. 공식 SDK 규칙을 따르는 단일 레코드 CRUD 패턴(생성, 검색, 업데이트, 삭제)을 포함합니다. 효율적인 배치 처리를 위한 브로드캐스트 및 1:1 업데이트 모드의 대량 작업을 다룹니다. 페이징 지원(상위, 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.