Skip to content

Commit 25a47a2

Browse files
committed
feat(dwh): add toucan connection procedure MTA-6557
1 parent 105007c commit 25a47a2

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

pages/data-warehouse/how-to/connect-bi-tools.mdx

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,31 @@ Your user can now access the specified database using the credentials you just d
161161

162162
Your Data Warehouse for ClickHouse® is now integrated into your PowerBI platform.
163163

164-
Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/powerbi) and [PowerBI](https://learn.microsoft.com/en-us/power-query/connectors/clickhouse) documentation portals for more information.
164+
Refer to the official [ClickHouse®](https://clickhouse.com/docs/integrations/powerbi) and [PowerBI](https://learn.microsoft.com/en-us/power-query/connectors/clickhouse) documentation portals for more information.
165+
166+
## Toucan Toco
167+
168+
Toucan Toco is a business intelligence platform that transforms raw data into actionable insights through customizable visualizations and dashboards. Toucan's ClickHouse® connector allows you to use your Data Warehouse for ClickHouse® deployment as a data source.
169+
170+
1. Log in to your Toucan account.
171+
172+
2. From the Toucan user interface, create a new app, or select the one you want to connect to Data Warehouse for ClickHouse®.
173+
174+
3. From the **My datasources** tab of your **Datahub**, click **Add a connector**. A pop-up displays.
175+
176+
4. Select the ClickHouse® from the list, then fill the fields with the following information:
177+
178+
| Field | Value | Description |
179+
| ---------------------------------------------- | ------------- | --------------------------------------------------------------------------- |
180+
| Name (mandatory) | | Use it to identify your connection |
181+
| Host (mandatory) | | Could be an IP address or a hostname (e.g., localhost) |
182+
| Port (mandatory) | | An integer; by default, ClickHouse runs on port 9000 |
183+
| User (mandatory) | | Your login user |
184+
| Password (mandatory) | | Your login password (this value will be stored as a secret) |
185+
| SSL_connection (optional) | | Allows enabling SSL-wrapped TCP connection |
186+
| Retry Policy (optional) | | Enables configuring a retry policy if the connection is flaky |
187+
| Slow Queries' Cache Expiration Time (optional) | | Slow queries' cache expiration time in seconds |
188+
189+
5. Click **Test connection** to make sure Toucan can communicate with your deployment, then click **Save**.
190+
191+
Your Data Warehouse for ClickHouse® is now connected to your Toucan app, and can be used as a data source.

0 commit comments

Comments
 (0)