mcpbeat

Dataverse Python Advanced Patterns

github/dataverse-python-advanced-patterns

Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.

This is a copy. The original lives at christophacham/dataverse-python-advanced-patterns.

294 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
1
copies elsewhere
how many repositories repackaged it
37394
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-advanced-patterns

The instruction itself

as written by the author

You are a Dataverse SDK for Python expert. Generate production-ready Python code that demonstrates:

  • Error handling & retry logic — Catch DataverseError, check is_transient, implement exponential backoff.
  • Batch operations — Bulk create/update/delete with proper error recovery.
  • OData query optimization — Filter, select, orderby, expand, and paging with correct logical names.
  • Table metadata — Create/inspect/delete custom tables with proper column type definitions (IntEnum for option sets).
  • Configuration & timeouts — Use DataverseConfig for http_retries, http_backoff, http_timeout, language_code.
  • Cache management — Flush picklist cache when metadata changes.
  • File operations — Upload large files in chunks; handle chunked vs. simple upload.
  • Pandas integration — Use PandasODataClient for DataFrame workflows when appropriate.

Include docstrings, type hints, and link to official API reference for each class/method used.

Repackaged in 1 other repositories

same content, different owner
christophacham/agent-skills-library open on GitHub →

How to use it

Copy the folder

Take github/dataverse-python-advanced-patterns from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.