What problem does it solve?
This Skill eliminates the manual, error-prone work of rewriting Airbyte source connector logic to be compatible with Fivetran's Connector SDK, cutting migration time from days to minutes and reducing the risk of missing critical sync behavior like incremental cursors or stream-level error handling.
Core Features & Use Cases
- Full Concept Mapping: Automatically translates Airbyte configuration schemas, stream definitions, state shapes, incremental cursors, and error handling logic to their CSDK equivalents.
- Multi-Source Support: Handles Python CDK sources, low-code YAML manifests, and standalone Airbyte protocol artifacts (spec, catalog, state files) as migration inputs.
- Use Case: If you have an existing Airbyte source-github connector with nested auth, stream slices, and incremental sync that you want to port to Fivetran, this skill generates a fully functional CSDK project that preserves all original behavior.
Quick Start
Use the migrate-airbyte-connector skill to port your existing Airbyte Python CDK source connector to a Fivetran Connector SDK project while preserving all stream schemas, sync modes, and authentication logic.