Skip to main content
IP RESTRICTIONSMake sure to allow traffic from one of the Paradime IPs in your firewall depending on the data location selected.👉 See also: Paradime IP addresses.

Add Code IDE Connection

You will be prompted to add a Development connection during the onboarding, or you can add more connections by completing the following steps:
  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 Code IDE section
  4. Select “MotherDuck”

Configuration for a MotherDuck Connection

In the Development 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 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 settings.
Below are list of fields and example to create a connection.

Authenticating to MotherDuck

When using MotherDuck we will need to persist your MotherDuck service token for authentication. To create an access token:
  • Go to the MotherDuck UI
  • In top left click on organization name and then Settings
  • Click + Create token
  • Specify a name for the token that you’ll recognize (like “Paradime”)
  • Choose whether you want the token to expire and then click on Create token
  • Copy the access token token to your clipboard by clicking on the copy icon

Check you are able to connect to MotherDuck

To test you connection to MotherDuck:
  1. To launch the DuckDB CLI and connect to MotherDuck using Paradime terminal by running the following command:
  1. Test your MotherDuck connection using the following command. It will run in the cloud to display a list of your MotherDuck databases.

Explore data in your MotherDuck database from Paradime

Paradime integrates with Harlequin out of the box - no installation required. Check our integration guide on how you can query where you can query data directly from the Paradime Terminal.

Harlequin