DuckDB
Last updated
Last updated
IP RESTRICTION
Make sure to allow traffic from one of the Paradime IPs in your firewall depending on the data location selected.
👉 See also: Paradime IP addresses.
To add the DuckDB Scheduler connection, go to account settings > connections, select Scheduler Environment and enter the required fields.
In the Scheduler connection setup screen, you will need to fill in the form with the details of the connection you want to use to run dbt™️ models against a DuckDB database.
In this example we are connecting to s3
to read/write parquet
files using an AWS access key and secret, these secrets can be stored in the user environment variable settings.
Below are list of fields and example to create a connection.
Profile Name
dbt-duckdb
Target
prod
Profile Configuration
Here is where you can define the path to the DuckDB database where the dbt™️ will run.
Schema
The default schema used to build dbt™️ objects at runtime.
dbt_prod
Threads
8
For additional supporting docs see DuckDB SQL reference.
The profile name set in your dbt_project.yaml
. See more .
The target name used to identify the connection. See more .
Additionally you will be able to configure any supported by listing them in the extensions
You can also set any additional via the settings
field, including options that are supported in any loaded extensions.
The number of threads used in this connection. See more .