MotherDuck
Connect & Ingest data from / to a MotherDuck database
Last updated
Connect & Ingest data from / to a MotherDuck database
Last updated
The following credentials keys are accepted:
database
(required) -> The motherduck database name
motherduck_token
(required) -> The service token. See for instructions on getting it.
schema
(optional) -> The default schema to use.
duckdb_version
(optional) -> The CLI version of DuckDB to use. You can also specify the env. variable DUCKDB_VERSION
.
read_only
(optional) -> Whether to open the connection in readonly
mode. Accepts true
or false
. Default is false
.
interactive
(optional) -> Whether to communicate to the DuckDB CLI via interactive mode instead of reopening the connection each time. Accepts true
or false
. Default is true
.
sling conns
Here are examples of setting a connection named MOTHERDUCK
. We must provide the type=motherduck
property:
If you would like to use a specific DuckDB version, you can specify this way:
If you have a .duckdbrc
file, which runs commands whenever the DuckDB CLI is invoked, this may interfere with normal Sling operation. If you are facing weird issues and have this file, try again after deleting it.
See to learn more about the sling env.yaml
file.
If you are facing issues connecting, please reach out to us at , on or open a Github Issue .