dataverse-python-advanced-patterns

โดย github

รูปแบบ SDK Dataverse ที่พร้อมใช้งานจริง พร้อมการจัดการข้อผิดพลาด การดำเนินการแบบกลุ่ม และเทคนิคการปรับแต่งประสิทธิภาพ แสดงตรรกะการลองซ้ำแบบ exponential backoff สำหรับข้อผิดพลาดชั่วคราว การดำเนินการ CRUD แบบกลุ่มพร้อมการกู้คืนข้อผิดพลาด และการปรับแต่งคิวรี OData โดยใช้ตัวกรอง การเลือก การขยาย และการแบ่งหน้าด้วยชื่อตรรกะที่ถูกต้อง ครอบคลุมการสร้างและตรวจสอบข้อมูลเมตาของตาราง การกำหนดคอลัมน์แบบกำหนดเองด้วยชุดตัวเลือก IntEnum และกลยุทธ์การล้างแคชเมื่อมีการเปลี่ยนแปลงสคีมา รวมถึงแนวทางปฏิบัติที่ดีที่สุดในการกำหนดค่า...

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

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

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

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

Skills เพิ่มเติมจาก github

console-rendering
github
คำแนะนำสำหรับการใช้ระบบเรนเดอร์คอนโซลที่ใช้ struct tag ใน Go
official
github-pr-query
github
สอบถาม Pull Request บน GitHub อย่างมีประสิทธิภาพ พร้อมรองรับการกรองด้วยอาร์กิวเมนต์ jq
official
jqschema
github
ยูทิลิตี้ค้นพบสคีมา JSON ที่แยกข้อมูลโครงสร้างและประเภทจากข้อมูล JSON
official
gh-agent-session
github
ส่วนขยายเซสชันเอเจนต์ CLI ของ GitHub
official
gh-agent-task
github
ส่วนขยายงานตัวแทน GitHub CLI
official
github-copilot-agent-tips-and-tricks
github
เคล็ดลับและเทคนิคสำหรับการทำงานกับ Pull Requests ของ GitHub Copilot Agent
official
rust-coding-skill
github
Use this skill whenever editing `*.rs` files in the `rust/` SDK in order to write idiomatic, efficient, well-structured Rust code
official
ai-ready
github
ทำให้ repo ใดๆ พร้อมสำหรับ AI — วิเคราะห์โค้ดเบสของคุณและสร้าง AGENTS.md, copilot-instructions.md, ขั้นตอนการทำงาน CI, เทมเพลต issue และอื่นๆ ขุดรีวิว PR ของคุณ…
official