Learn how to connect to Trino on Starburst using DBeaver.
Before you begin, ensure that you have the following:
- Access to your Starburst environment (Galaxy or Starburst Enterprise)
- Your Starburst username and password
- DBeaver installed
You can connect to a Trino environment hosted on Starburst (Galaxy or Enterprise) from
DBeaver using standard username and password authentication.
-
Open DBeaver.
-
Start a new Trino database connection.
-
Click the plug icon (New Database Connection).
-
In the search field, type Trino.
-
Select Trino from the list.
-
Click Next.
-
Configure the connection settings on the Main tab.
- Host
-
Enter your full Starburst cluster URL.
Examples:
- Galaxy: [***YOUR CLUSTER***].starburstdata.com
- Enterprise: your Starburst Enterprise (SEP) host
- Port
-
Use 443 for Starburst Galaxy. Starburst Enterprise typically uses
8443 for HTTPS.
- Database / Schema
-
Leave this field empty for the initial connection. You can define the catalog and
schema later.
- Username
-
Enter your Starburst username.
- Password
-
Enter your Starburst password.
-
Open the Driver Properties tab.
-
Set
SSL to true to enable TLS for the connection to
the cluster.
-
Click Test Connection to validate connectivity.
-
If the test succeeds, click Finish.
You can query Trino catalogs and schemas from DBeaver using your Starburst
credentials.