Skip to content

Amazon Redshift Data Loading with Skippr

YAML for this destination lives on the connector page. There is no separate warehouses: block.

Redshift delivers MPP analytics tightly integrated with AWS. Skippr continuously loads and models data into Redshift so BI tools and downstream jobs query reliable bronze, silver, and gold tables.

CDC is supported on this destination. See CDC destinations.

What Skippr does here

  • Extract from 12+ sources directly into Redshift
  • Deterministic schema discovery and evolution
  • Automatic data cleansing with dead letter handling
  • AI business modeling — dimensions, facts, and metrics delivered as dbt
  • Columnar MPP performance with AWS-native networking and IAM patterns

Sample skippr.yml

yaml
data_sinks:
  warehouse:
    Redshift:
      database: analytics
      cluster_identifier: my-cluster
      db_user: admin
      schema: public
      region: us-east-1

Full connector reference: redshift.

Install: Install.