airbyte-connection-setup

Configure Airbyte ETL/ELT pipelines and connectors via API.

19|5|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/Nir-Bhay/markups --skill airbyte-connection-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airbyte-connection-setup
Source: https://github.com/Nir-Bhay/markups/tree/main/.agents/skills/airbyte-connection-setup
Command: npx skills add https://github.com/Nir-Bhay/markups --skill airbyte-connection-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the complex process of setting up and managing data pipelines and connectors within Airbyte, ensuring efficient data synchronization.

Core Features & Use Cases

  • ETL/ELT Pipeline Setup: Configure source and destination connections, define sync strategies.
  • Data Synchronization: Manage incremental and full refresh syncs, handle schema evolution.
  • Use Case: Set up a daily incremental sync from a PostgreSQL production database to a Snowflake data warehouse, ensuring only new or updated records are transferred.

Quick Start

Configure an incremental sync from a PostgreSQL source to a Snowflake destination with a 1-hour schedule.

Frequently Asked Questions about airbyte-connection-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an incremental sync from PostgreSQL to Snowflake?

To set up an incremental sync from PostgreSQL to Snowflake, configure the source and destination connections in Airbyte and define a sync strategy that transfers only new or updated records on a scheduled basis.

What is the difference between full refresh and incremental append deduped sync modes?

Full refresh syncs replicate the entire dataset every run, while incremental append deduped syncs transfer only new or modified records and then remove duplicates to maintain a clean data state at the destination.

Can I automate Airbyte connection creation and pipeline orchestration via API?

Yes, you can automate Airbyte connection creation and pipeline orchestration via API, enabling programmatic configuration of source and destination pipelines for seamless data synchronization.

How does Airbyte handle schema evolution during data synchronization?

Airbyte manages schema evolution during data synchronization by incorporating robust error handling and configuration adjustments to ensure pipeline continuity when source data structures change.

What is the best way to configure ETL pipelines for seamless data synchronization?

The best way to configure ETL pipelines for seamless data synchronization is by defining source and destination connections, selecting appropriate sync modes, and scheduling automated refreshes via the Airbyte API.