fivetran

Manage Fivetran connectors and data syncs via the Fivetran API.

24|11|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/clawdata/clawdata --skill fivetran-clawdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fivetran
Source: https://github.com/clawdata/clawdata/tree/main/skills/fivetran
Command: npx skills add https://github.com/clawdata/clawdata --skill fivetran-clawdata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the management of Fivetran connectors and data syncs to reduce manual setup, monitoring, and maintenance workload.

Core Features & Use Cases

  • List connectors in a group and view details to understand ingestion landscape.
  • Trigger, pause, or resume syncs; monitor statuses; and modify schemas (enable/disable tables) across connectors.
  • Use Case: Data teams orchestrate multi-source ingestion pipelines with centralized visibility and automated health checks.

Quick Start

Configure your environment with FIVETRAN_API_KEY and FIVETRAN_API_SECRET, then ask the skill to list, trigger, or modify Fivetran connectors.

Frequently Asked Questions about fivetran

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

FAQPage Schema
How do I automate Fivetran connector management and trigger data syncs?

To trigger Fivetran syncs, you need the FIVETRAN_API_KEY and FIVETRAN_API_SECRET environment variables configured. The Skill uses Basic Auth against the Fivetran API to let you trigger, pause, resume, and monitor syncs.

Can I list Fivetran connectors in a group and modify their schemas?

Yes, you can list connectors in a group and modify their schemas by enabling or disabling specific tables. This allows you to understand your ingestion landscape and adjust multi-source data pipelines dynamically.

What credentials do I need to connect to the Fivetran API for data ingestion orchestration?

You need to set the FIVETRAN_API_KEY and FIVETRAN_API_SECRET environment variables to authenticate. The Skill relies on Basic Auth against the Fivetran API at https://api.fivetran.com/v1 to manage connectors.

What is the best way to monitor ETL pipeline statuses across multiple Fivetran connectors?

You can monitor ETL pipeline statuses across multiple Fivetran connectors by listing connector details and checking their sync states. This allows data teams to orchestrate ingestion pipelines with centralized visibility and automated health checks.

Does this approach work for modifying schemas and disabling tables in Fivetran connectors?

Yes, this approach works for modifying schemas in Fivetran connectors by enabling or disabling tables. You can manage multi-source ingestion pipelines and adjust which tables are active across your connectors.