dataverse-python-quickstart
โดย github
การตั้งค่า Python SDK และตัวอย่างโค้ด CRUD สำหรับการดำเนินการกับ Microsoft Dataverse สร้างคำสั่งติดตั้งและการเริ่มต้น DataverseClient ด้วยการรับรองความถูกต้องแบบ InteractiveBrowserCredential รวมถึงรูปแบบ CRUD สำหรับเรกคอร์ดเดี่ยว (สร้าง ดึงข้อมูล อัปเดต ลบ) ตามหลักการของ SDK อย่างเป็นทางการ ครอบคลุมการดำเนินการแบบกลุ่มทั้งในโหมด broadcast และ 1:1 สำหรับการประมวลผลเป็นชุดอย่างมีประสิทธิภาพ สาธิตการสืบค้นแบบ retrieve-multiple พร้อมการรองรับการแบ่งหน้า (พารามิเตอร์ 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.