dataverse-python-advanced-patterns
Advanced Python patterns for Microsoft Dataverse including batch operations, OData optimization, and error handling.
Install
npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-advanced-patternsStats
| Total installs | 7,567 |
| Weekly installs | 7.6K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Demonstrates exponential backoff retry logic for transient errors, batch CRUD operations with error recovery, and OData query optimization using filters, selects, expands, and paging with correct logical names
- Covers table metadata creation and inspection, custom column definitions with IntEnum option sets, and cache flushing strategies when schema changes
- Includes configuration best practices via DataverseConfig (http_retries, http_backoff, http_timeout, language_code) and chunked file upload handling for large payloads
- Provides PandasODataClient integration for DataFrame-based workflows and includes docstrings with type hints linking to official API references
Tags
Related skills
| Skill | Installs | vs dataverse-python-advanced-patterns |
|---|---|---|
| power-bi-report-design-consultation | 7,529 | -38 |
| powerbi-modeling | 7,709 | +142 |
| data-visualization | 7,898 | +331 |
| power-bi-performance-troubleshooting | 7,437 | -130 |
| workiq-copilot | 7,557 | -10 |
FAQ
- How many installs does dataverse-python-advanced-patterns have?
- dataverse-python-advanced-patterns has 7,567 total installs and 7.6K installs this week.
- Where is dataverse-python-advanced-patterns hosted?
- dataverse-python-advanced-patterns is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does dataverse-python-advanced-patterns have?
- dataverse-python-advanced-patterns has 27.4K GitHub stars.
- When was dataverse-python-advanced-patterns first indexed?
- OrangeBot.AI first indexed dataverse-python-advanced-patterns on Feb 25, 2026.
- How do I install dataverse-python-advanced-patterns?
- Run: npx skills add https://github.com/github/awesome-copilot --skill dataverse-python-advanced-patterns