marketplace-packages-incremental
Installation
SKILL.md
Marketplace Packages: Enable Incremental Extraction
This skill guides you through creating the marketplace-packages changes needed to enable incremental extraction for a connector. It follows the established pattern from Oracle's incremental extraction (PR #22199).
When to Use This Skill
- Adding incremental extraction support to a new connector in marketplace-packages
- Modifying the Argo WorkflowTemplate YAML to pass incremental parameters
- Understanding the branching and PR strategy for marketplace-packages changes
When NOT to Use This Skill
- Implementing the app-side incremental extraction code (use
implement-incremental-extractionskill) - Modifying SDK incremental logic
- Creating a brand new connector package from scratch
Branching Strategy
Related skills