Welcome to the installation guide for integrating Apache Superset with Peaka. As a leading data platform, Peaka provides seamless integration with various business intelligence and data visualization platforms, including Apache Superset. This document will guide you through the step-by-step process to set up this integration, enabling you to unlock the full potential of your data. Please follow each step carefully to ensure a successful setup.
trino://dbc.eu.peaka.studio:4567
instead of trino://dbc.peaka.studio:4567
.
trino://dbc.peaka.studio:4567/<catalog>/<schema>?http_scheme=https&extra_credential=[[”peakaKey”,”<YOUR_API_KEY>”]]&access_token=true
You need to fill <catalog>
, <schema>
and <YOUR_API_KEY>
. For example if I want to see work on the tables under stripe catalog and payment schema created in Peaka with API Key abc
, then my SQL Alchemy URI would look like below:
trino://dbc.peaka.studio:4567/stripe/payment?http_scheme=https&extra_credential=[[”peakaKey”,”abc”]]&access_token=true
Then click Test Connection
button to test the connection and if the connection is ok, then click Connect
button.