Skip to content

Commit a27cf71

Browse files
committed
fixing image sequence
1 parent 29e0928 commit a27cf71

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

docs/integrations/data-visualization/fabi-and-clickhouse.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ description: 'Fabi.ai is an all-in-one collaborate data analysis platform. You c
66
title: 'Connect ClickHouse to Fabi.ai'
77
---
88

9-
import fabi_00 from '@site/static/images/integrations/data-visualization/fabi_00.png';
109
import fabi_01 from '@site/static/images/integrations/data-visualization/fabi_01.png';
1110
import fabi_02 from '@site/static/images/integrations/data-visualization/fabi_02.png';
11+
import fabi_03 from '@site/static/images/integrations/data-visualization/fabi_03.png';
12+
import fabi_04 from '@site/static/images/integrations/data-visualization/fabi_04.png';
1213
import Image from '@theme/IdealImage';
1314
import CommunityMaintainedBadge from '@theme/badges/CommunityMaintained';
1415
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
@@ -20,7 +21,7 @@ import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.md
2021

2122
<a href="https://www.fabi.ai/" target="_blank">Fabi.ai</a> is an all-in-one collaborate data analysis platform. You can leverage SQL, Python, AI, and no-code to build dashboard and data workflows faster than ever before. Combined with the scale and power of ClickHouse, you can build and share your first highly performant dashboard on a massive dataset in minutes.
2223

23-
<Image size="md" img={fabi_00} alt="Fabi.ai data exploration and workflow platform" border />
24+
<Image size="md" img={fabi_01} alt="Fabi.ai data exploration and workflow platform" border />
2425

2526
## Gather Your Connection Details {#gather-your-connection-details}
2627

@@ -31,19 +32,19 @@ Log in or create your Fabi.ai account: https://app.fabi.ai/
3132

3233
1. You’ll be prompted to connect your database when you first create your account, or if you already have an account, click on the data source panel on the left of any Smartbook and select Add Data Source.
3334

34-
<Image size="lg" img={fabi_01} alt="Add data source" border />
35+
<Image size="lg" img={fabi_02} alt="Add data source" border />
3536

3637
2. You’ll then be prompted to enter your connection details.
3738

38-
<Image size="md" img={fabi_02} alt="ClickHouse credentials form" border />
39+
<Image size="md" img={fabi_03} alt="ClickHouse credentials form" border />
3940

4041
3. Congratulations! You have now integrated ClickHouse into Fabi.ai.
4142

4243
## Querying ClickHouse. {#querying-clickhouse}
4344

4445
Once you’ve connected Fabi.ai to ClickHouse, go to any [Smartbook](https://docs.fabi.ai/analysis_and_reporting/smartbooks) and create a SQL cell. If you only have one data source connected to your Fabi.ai instance, the SQL cell will automatically default to ClickHouse, otherwise you can choose the source to query from the source dropdown.
4546

46-
<Image size="lg" img={fabi_03} alt="Querying ClickHouse" border />
47+
<Image size="lg" img={fabi_04} alt="Querying ClickHouse" border />
4748

4849

4950
# Additional Resources
Binary file not shown.
688 KB
Loading
54.8 KB
Loading
109 KB
Loading
64.5 KB
Loading

0 commit comments

Comments
 (0)