Skip to main content
Trino (formerly PrestoSQL) is a distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources. As a DinoAI agent environment in Paradime, Trino enables running dbt™ models and queries during DinoAI background agent sessions.
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.

Authentication methods

Trino supports multiple authentication methods. Set method to one of these values:

Setup Instructions

  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 Trino and fill out the corresponding fields.
  5. In the Profile Configuration field, add the following parameters based on your authentication method. Reference the Profile Fields Reference section below for additional context and configurations.
See LDAP authentication docs for additional support.
After adding the configuration, ensure it’s properly formatted using a YAML formatter like YAML Formatter.
  1. Provide a dbt™ Profile Name (this should match the profile name set in your dbt_project.yml).
  2. In the Target field, enter dinoai. This is the target your dbt™ project will use during DinoAI background agent sessions.
  3. The Schema field is pre-configured, but you can change it to specify the schema where dbt™ will build objects.
  4. The Threads value is pre-configured to 1, but you can adjust this to specify how many parallel operations your dbt™ project can run.

Example Profile Configuration

Profile configuration example for 'LDAP' configuration

Profile configuration example for 'LDAP' configuration


Profile Fields Reference