Setting up a New Trino Data Connection
It is recommended to use an API Key for setting up the connection.
- Create a new database connection
- Choose Trino from the list of supported databases (install the Trino driver, if missing).
- Set a unique Name for the connection
- Set Host to
jdbc.honeydew.cloud
and port to443
- Set Catalog to
<workspace>__<branch>
value, based on the Honeydewworkspace
andbranch
you would like to connect to. Omit the branch value if connecting toprod
. For example, for workspacetpch
, branchprod
, the value would be:tpch
. And for workspacetpch
, branchdev
, it would betpch__dev
. - Set Username to the API key (or a Honeydew username), and Password to the API secret (or to the user’s password in Honeydew).
- Click Create Connection
If your organization uses a custom hostname for the JDBC connection,
you can locate it in the Honeydew UI, under the JDBC section in Settings.