Skip to content

Commit 14ecd9d

Browse files
committed
feat(dwh): update
1 parent 25a47a2 commit 14ecd9d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,28 +163,28 @@ Your Data Warehouse for ClickHouse® is now integrated into your PowerBI platfor
163163

164164
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.
165165

166-
## Toucan Toco
166+
## Toucan
167167

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.
168+
[Toucan](https://www.toucantoco.com/en/) 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.
169169

170170
1. Log in to your Toucan account.
171171

172-
2. From the Toucan user interface, create a new app, or select the one you want to connect to Data Warehouse for ClickHouse®.
172+
2. From your Toucan App Store, create a new app, or select the one you want to connect to Data Warehouse for ClickHouse®.
173173

174174
3. From the **My datasources** tab of your **Datahub**, click **Add a connector**. A pop-up displays.
175175

176176
4. Select the ClickHouse® from the list, then fill the fields with the following information:
177177

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 |
178+
| Field | Description |
179+
| ---------------------------------------------- | --------------------------------------------------------------------------- |
180+
| Name (mandatory) | The name you want to give to your new connection |
181+
| Host (mandatory) | Data Warehouse deployment host (available from the [Scaleway Console](https://console.scaleway.com/data-warehouse)) |
182+
| Port (mandatory) | `8443` |
183+
| User (mandatory) | A [user](/data-warehouse/how-to/manage-users/) with the appropriate permissions. |
184+
| Password (mandatory) | The user's password |
185+
| SSL_connection (optional) | Allows enabling SSL-wrapped TCP connection |
186+
| Retry Policy (optional) | Enables a retry policy if the connection is unstable |
187+
| Slow Queries Cache Expiration Time (optional) | Slow queries cache expiration time in seconds |
188188

189189
5. Click **Test connection** to make sure Toucan can communicate with your deployment, then click **Save**.
190190

0 commit comments

Comments
 (0)