Skip to main content

Trino

:::info Required extra This connection requires the trino extra. See Installation. :::

Test data in Trino.

Server

servers:
- server: trino
type: trino
host: localhost
port: 8080
catalog: my_catalog
schema: my_schema

Environment variables

VariableExampleDescription
DATACONTRACT_TRINO_USERNAMEtrinoUsername for basic auth
DATACONTRACT_TRINO_PASSWORDmysecretpasswordPassword for basic auth
DATACONTRACT_TRINO_AUTHENTICATIONoauth2basic (default), jwt, or oauth2
DATACONTRACT_TRINO_JWT_TOKENeyJhbGciOi...JWT bearer token for jwt auth