Tools
Amazon QuickSight
Amazon QuickSight connects to Honeydew via JDBC connection, using the Trino protocol.
Creating a new dataset
Amazon QuickSight database 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 dataset
- Choose Trino from the list of supported connections
- Set a unique Name for the connection (e.g. “Honeydew”)
- Set the Database Server to
jdbc.honeydew.cloud
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.
- Set Port to
443
- 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 Validate to verify the connection
- Create the database connection
- Choose schema (
domains
to choose a domain) and table (the domain) - Choose to use a direct connection (recommended) or import
When using import mode, metrics defined in Honeydew can’t be computed after loading.
Use a domain with attributes only.
Was this page helpful?