MotherDuck
Connect & Ingest data from / to a MotherDuck database
Last updated
Was this helpful?
Was this helpful?
export MOTHERDUCK='motherduck://my_db?motherduck_token=xxxxxxxxxxxx'
export MOTHERDUCK='{ type: motherduck, database: "my_db", motherduck_token: "xxxxxxxxxxxx" }'connections:
MOTHERDUCK:
type: motherduck
database: <database>
motherduck_token: <motherduck_token>
schema: <schema>
duckdb_version: '<duckdb_version>'
copy_method: arrow_httpexport DUCKDB_VERSION='0.7.0'