dataverse-python-quickstart

por github

Configuração do SDK Python e trechos CRUD para operações no Microsoft Dataverse. Gera comandos de instalação e inicialização do DataverseClient com autenticação InteractiveBrowserCredential. Inclui padrões CRUD de registro único (criar, recuperar, atualizar, excluir) seguindo as convenções oficiais do SDK. Aborda operações em lote com modos de atualização broadcast e 1:1 para processamento eficiente em lote. Demonstra consultas de recuperação múltipla com suporte a paginação (parâmetros top, page_size). Opcionalmente inclui...

npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-quickstart

You 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.