Tools
ThoughtSpot
ThoughtSpot connects to Honeydew via JDBC connection, using the Trino protocol.
Setting up a new data warehouse connection
ThoughtSpot data warehouse connections are mapped to a Honeydew workspace and branch
It is recommended to use an API Key for setting up the connection.
- Create a new data warehouse connection
- Enter a name for the connection (e.g. “Honeydew”)
- Choose Trino from the list of supported data warehouses
- Click Continue to move to the connection settings
- Set Host to
jdbc.honeydew.cloud
- Set Port to
443
- Set Username to the API key (or a Honeydew username), and Password to the API secret (or to the user’s password in Honeydew).
- Set Database 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
. - Click Continue
- Select the domain you would like to connect to, and check the columns you would like to include in the connection.
- Click Create Connection to create the 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.
You can now run queries or create reports on top of the Honeydew data warehouse connection, using the ThoughtSpot user interface.