Skip to content

MotherDuck Data Loading with Skippr

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

MotherDuck combines DuckDB performance with cloud persistence and sharing. Skippr loads external systems into MotherDuck databases so teams can iterate on SQL and dbt in a serverless environment.

CDC is supported on this destination. See CDC destinations.

What Skippr does here

  • Extract from 12+ sources directly into MotherDuck
  • Deterministic schema discovery and evolution
  • Automatic data cleansing with dead letter handling
  • AI business modeling — dimensions, facts, and metrics delivered as dbt
  • Serverless DuckDB analytics with token-based cloud databases

Sample skippr.yml

yaml
data_sinks:
  warehouse:
    Motherduck:
      motherduck_token: "${MOTHERDUCK_TOKEN}"
      database: my_database
      schema: main

Full connector reference: motherduck.

Install: Install.