Get your token on Motherduck Settingsarrow-up-right
Compose your connection string
It follows this pattern. md:<database_name>?motherduck_token=<your_token> e.g.: md:sample_data?motherduck_token=eyABC...
md:<database_name>?motherduck_token=<your_token>
md:sample_data?motherduck_token=eyABC...
Notes
The Motherduck connector requires DuckDB to be at least v.0.10.2
If you have your data in a local duckdb file you can either host it yourself (e.g. on S3) or talk to usarrow-up-right.
Last updated 21 days ago