dataverse-python-quickstart
oleh github
Pengaturan SDK Python dan potongan CRUD untuk operasi Microsoft Dataverse. Menghasilkan perintah instalasi dan inisialisasi DataverseClient dengan autentikasi InteractiveBrowserCredential. Mencakup pola CRUD satu catatan (buat, ambil, perbarui, hapus) mengikuti konvensi SDK resmi. Mencakup operasi massal dengan mode pembaruan siaran dan 1:1 untuk pemrosesan batch yang efisien. Mendemonstrasikan kueri ambil-ganda dengan dukungan penomoran halaman (parameter top, page_size). Secara opsional mencakup...
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.