Skip to content

Commit b43ee82

Browse files
committed
feat(dwh): update
1 parent 17cce23 commit b43ee82

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

menu/navigation.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,15 +3036,7 @@
30363036
"items": [
30373037
{
30383038
"label": "Create a Data Warehouse deployment",
3039-
"slug": "create-data-warehouse-deployment"
3040-
},
3041-
{
3042-
"label": "Update a Data Warehouse deployment",
3043-
"slug": "update-data-warehouse-deployment"
3044-
},
3045-
{
3046-
"label": "Delete a Data Warehouse deployment",
3047-
"slug": "delete-data-warehouse-deployment"
3039+
"slug": "create-deployment"
30483040
},
30493041
{
30503042
"label": "Connect applications to a deployment",
@@ -3053,6 +3045,10 @@
30533045
{
30543046
"label": "Connect your deployment to BI tools",
30553047
"slug": "connect-bi-tools"
3048+
},
3049+
{
3050+
"label": "Manage and delete a Data Warehouse deployment",
3051+
"slug": "manage-delete-deployment"
30563052
}
30573053
],
30583054
"label": "How to",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515

1616
This page explains how to integrate your Data Warehouse for ClickHouse® deployment with your preferred Business Intelligence (BI) tools.
1717

18-
<Macro id="requirements">
18+
<Macro id="requirements" />
1919

2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
2121
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
@@ -59,7 +59,7 @@ Tableau is a powerful data visualization and business intelligence tool that ena
5959
| Password | Password set at deployment creation |
6060

6161
<Message type="note">
62-
Make sure to enable the SSL if you are using ClickHouse® Cloud.
62+
Make sure to enable the SSL if you are using ClickHouse® Cloud.
6363
</Message>
6464

6565
7. Click **Sign In**. A new Tableau workbook appears.
@@ -82,14 +82,14 @@ Integrating ClickHouse® into Metabase enhances query performance and scalabilit
8282

8383
2. Save `clickhouse.metabase-driver.jar` in your Metabase plugins folder.
8484
<Message type="note">
85-
If you do not have a If you do not have a **plugins** folder, create it in the same directory as the `metabase.jar` file. Refer to the [official Metabase documentation](https://www.metabase.com/docs/latest/developers-guide/drivers/basics) for more information on plugins.
85+
If you do not have a If you do not have a **plugins** folder, create it in the same directory as the `metabase.jar` file. Refer to the [official Metabase documentation](https://www.metabase.com/docs/latest/developers-guide/drivers/basics) for more information on plugins.
8686
</Message>
8787

8888
3. Start (or restart) Metabase to load the new plugin.
8989

9090
4. Access your Metabase server.
9191
<Message type="note">
92-
On the initial startup, if prompted to select a database, select **I'll add my data later**.
92+
On the initial startup, if prompted to select a database, select **I'll add my data later**.
9393
</Message>
9494

9595
### Connect Metabase to ClickHouse®

0 commit comments

Comments
 (0)