dataverse-python-quickstart
par github
Configuration du SDK Python et extraits CRUD pour les opérations Microsoft Dataverse. Génère des commandes d'installation et l'initialisation de DataverseClient avec authentification InteractiveBrowserCredential. Inclut des modèles CRUD pour enregistrement unique (créer, récupérer, mettre à jour, supprimer) suivant les conventions officielles du SDK. Couvre les opérations par lots avec les modes de mise à jour broadcast et 1:1 pour un traitement par lots efficace. Montre des requêtes de récupération multiple avec prise en charge de la pagination (paramètres top, page_size). Inclut optionnellement...
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.