dataverse-python-advanced-patterns
Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
How do I install this agent skill?
npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-advanced-patternsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a prompt-based assistant for generating production-ready Python code for Microsoft Dataverse. It follows industry best practices for error handling and OData optimization without any malicious code or security threats.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/github/awesome-copilot/dataverse-python-advanced-patterns">View dataverse-python-advanced-patterns on skillZs</a>