MotherDuck (Source)
Reads from a MotherDuck database.
Configuration
yaml
source:
kind: motherduck_source
motherduck_token: ${MOTHERDUCK_TOKEN}
database: my_database
tables:
- raw.events| Field | Default | Description |
|---|---|---|
motherduck_token | (required) | MotherDuck token (or set MOTHERDUCK_TOKEN) |
database | Database name | |
tables | (optional) | Tables to extract |
query | Custom SQL query (overrides tables) |
CLI
bash
skippr connect source motherduck-source \
--motherduck-token "$MOTHERDUCK_TOKEN" \
--database my_db \
--tables main.customers,main.orders| Flag | Description |
|---|---|
--motherduck-token | (required) MotherDuck token (or set MOTHERDUCK_TOKEN) |
--database | Database name |
--tables | Comma-separated list of tables |
--query | SQL query instead of table list |
