🚀 快速安装

复制以下命令并运行,立即安装此 Skill:

npx @anthropic-ai/skills install github/awesome-copilot/dataverse-python-quickstart

💡 提示:需要 Node.js 和 NPM

ℹ️ 技能信息

名称: (dataverse-python-quickstart – 开发工具 | 汇易宝)

分类: 教程课程

来源: github/awesome-copilot

安装数: 17,998

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.