Skip to main content
Amazon Redshift is a cloud data warehouse for storing and querying your data. Connect it to Paradime to run dbt™ from the Code IDE, deploy production jobs with Bolt, and let the DinoAI background agent work against your warehouse.
IP restrictionsAllow traffic from one of the Paradime IPs in your firewall, depending on the data location selected.See also: Paradime IP addresses.

Connection environments

Paradime connects to Redshift separately for each environment. You configure one connection per environment in Workspace Settings > Environments. The connection fields are the same across environments. What differs is the Redshift permissions you grant: the Code IDE connection typically reuses a developer’s access, while the Bolt and Agent environments should each use a dedicated service user with the minimum permissions required.

Suggested permissions

We recommend creating a new Redshift user and granting the suggested access required to create tables and views in your production database. Run the script below in Redshift as an Account Admin. This set of permissions lets Paradime read from and create tables and views when running production jobs in your Redshift database.
In Redshift, after each dbt™ run in production you need to make sure the correct privileges are granted, as Redshift does not support grant on future schemas. The paradime_prod_user should be able to read new schemas created in your production runs. Check this guide on using grants and hooks.

Add a connection

  1. Click Settings in the top menu bar of the Paradime interface to access Workspace Settings.
  2. In the left sidebar, click Environments.
  3. Click Add New next to the section for the environment you are configuring:
    • Code IDE for the Code IDE connection
    • Bolt for the Bolt connection
    • Agent for the Agent connection
  4. Select Redshift and choose an authentication method.

Authentication methods

Username and password

Connect with a Redshift username and password. Available in all environments.

IAM

Connect using an IAM profile configuration. Code IDE only.

Optional connection attributes

Set additional profiles.yml attributes for this connection.

AWS PrivateLink

Connect privately over an AWS VPC endpoint.