Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions pages/data-warehouse/how-to/connect-bi-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,6 @@ Metabase is an open-source business intelligence tool that allows users to creat

Integrating ClickHouse® into Metabase enhances query performance and scalability, for faster data analysis on large datasets, and provides robust support for complex queries and real-time analytics.

### Download the ClickHouse® plugin for Metabase

1. Download the latest version of the plugin (JAR file named `clickhouse.metabase-driver.jar`) from the [official CLickHouse® GitHub repository](https://github.com/clickhouse/metabase-clickhouse-driver/releases/latest).

2. Save `clickhouse.metabase-driver.jar` in your Metabase plugins folder.
<Message type="note">
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.
</Message>

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

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

### Connect Metabase to ClickHouse®

1. Click on the gear icon in the top-right corner and select **Admin Settings** to visit your Metabase admin page.
Expand Down