MotherDuck

MotherDuck

circle-exclamation

Add the DinoAI agent environment connection

  1. Click Settings in the top menu bar of the Paradime interface to access Account Settings

  2. In the left sidebar, click Connections

  3. Click Add New next to the DinoAI Background Agent Environment section

  4. Select MotherDuck and fill out the corresponding fields.

Configuration for a MotherDuck connection

In the DinoAI agent environment setup screen, fill in the form with the connection details DinoAI will use to run dbt™ models against a MotherDuck 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 settingsarrow-up-right.

Field details

Field
Description
Example
Level

Profile Name

The profile name set in your dbt_project.yaml. See more herearrow-up-right.

dbt-motherduck

🏢 Workspace level

Target

The target name used to identify the DinoAI agent environment connection. See more herearrow-up-right.

dinoai

🏢 Workspace level

Profile Configuration

👥 User level

MotherDuck access token

The MotherDuck service token used by the DinoAI agent for authentication. See more herearrow-up-right. Stored as motherduck_token in your environment variables.

eyJhb.....0LXgyJFE695yrZx40UhAOF9JIFX8jNLf1WOAPO42Q

Schema

The default schema used to build dbt™ objects during DinoAI background agent sessions.

dbt_dinoai

👥 User level

Threads

The number of threads used in this connection. See more herearrow-up-right.

8

👥 User level

Authenticating to MotherDuck

When using MotherDuck, you need to create and persist a MotherDuck service token for the DinoAI agent to authenticate.

To create an access token:

  1. In the top left, click on your organisation name and then Settings

  2. Click + Create token

  3. Specify a name for the token (e.g. "Paradime DinoAI")

  4. Choose whether you want the token to expire and click Create token

  5. Copy the access token to your clipboard

Last updated

Was this helpful?