data-pipeline

Design and manage automated ETL/ELT data pipelines using Python, SQL, Airflow, and dbt.

5|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/christopherlouet/claude-base --skill data-pipeline-christopherlouet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-pipeline
Source: https://github.com/christopherlouet/claude-base/tree/main/.claude/skills/data-pipeline
Command: npx skills add https://github.com/christopherlouet/claude-base --skill data-pipeline-christopherlouet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires apache-airflow, pandas, sqlalchemy, google-cloud-bigquery, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates designing and managing ETL/ELT data pipelines, automating complex data workflows to improve efficiency.

Core Features & Use Cases

  • Workflow Automation: Create, orchestrate, and monitor data transfer processes between sources and destinations.
  • Data Transformation: Implement SQL, Python, or other transformations to prepare data for analysis.
  • Use Case: Build a pipeline that extracts raw data from a source database, applies transformations, and loads results into a data warehouse for analytics.

Quick Start

Use the data-pipeline skill to set up an automated process for transferring data from PostgreSQL to BigQuery with validation steps.

Frequently Asked Questions about data-pipeline

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

FAQPage Schema
How do I build an ETL pipeline to load data into BigQuery?

Build an ETL pipeline into BigQuery by using Python, SQL, and Airflow to orchestrate data extraction, transformation, and loading workflows. This Skill automates the process, applying validation steps before loading results into the cloud data warehouse.

Can I use Airflow to orchestrate dbt transformations for data validation?

Yes, Airflow can orchestrate dbt transformations for data validation. This Skill utilizes both tools to design and manage automated data workflows, ensuring scalable data transformation and validation across multiple systems.

What is the best way to automate data transfer from PostgreSQL to BigQuery?

Automate data transfer from PostgreSQL to BigQuery by setting up an Airflow pipeline with SQLAlchemy and Pandas. This Skill streamlines extracting raw data, applying transformations, and loading validated results into BigQuery.

Do I need SQLAlchemy and Pandas to manage data workflows with Airflow?

You need SQLAlchemy and Pandas to manage data workflows with Airflow when handling extraction and transformation logic. This Skill depends on them to process large datasets and prepare data before loading it into BigQuery.

How does data validation work in an automated ELT workflow?

Data validation in an automated ELT workflow works by applying checks during the transformation phase before loading. This Skill orchestrates validation steps using dbt and Python to ensure dataset accuracy for BI integration.

When should I not use Apache Airflow for data pipeline orchestration?

You should not use Apache Airflow for data pipeline orchestration if your workflow requires minimal batch processing or lacks cloud data warehouse infrastructure. This Skill targets scalable, enterprise environments using BigQuery.