Starburst/Trino
Authentication Methods
Setup Instructions
method: ldap # Authentication method type
user: [email protected] # Username in required format
password: ldap_pass_123 # LDAP authentication password
host: analytics.galaxy.starburst.io # Trino server hostname
database: analytics # Target catalog name
port: 443 # Server port numbermethod: jwt # Authentication method type
jwt_token: eyJIsInR5cCI6IkpXVCJ9 # Valid JWT token string
host: analytics.galaxy.starburst.io # Trino server hostname
database: analytics # Target catalog name
port: 443 # Server port number method: oauth_console # Authentication method type
host: analytics.galaxy.starburst.io # Trino cluster hostname without http(s)://
catalog: dbt_target_catalog #Catalog name in Trino cluster
schema: db_schema #Default schema where dbt will build objects.
port: 443 #Trino server port numberExample Profile Configuration

Profile Fields Reference
Field
Description
Example
Default Value
Required
Last updated
Was this helpful?