MotherDuck Data Extraction with Skippr
MotherDuck combines DuckDB with cloud persistence. Skippr treats it as a source: authenticate with your token, pick tables, and replicate into enterprise warehouses for broader analytics.
Capabilities
- Cloud DuckDB extraction with secure token-based authentication
- Deterministic schema discovery from MotherDuck tables and columns
- Incremental and full-refresh sync modes
- Automatic data cleansing and dead letter handling
- Load into 9 supported data warehouses
CLI
bash
skippr connect source motherduck-source \
--motherduck-token "$MOTHERDUCK_TOKEN" \
--database my_db \
--tables main.customers,main.ordersSample config
yaml
data_sources:
source:
Motherduck:
motherduck_token: "${MOTHERDUCK_TOKEN}"
database: my_dbFull connector reference: motherduck.
