Skip to content

Commit 6fc392c

Browse files
committed
update example data url
Signed-off-by: xingcan-ltc <[email protected]>
1 parent 20a6059 commit 6fc392c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/en/user-tutorials/exploring-data-using-airbyte-clickhouse-superset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Import data from a csv file into clickhouse
99
1. Add a file type source in airbyte.
1010
![](../../images/airbyte01.png)
1111
- Dataset Name: `tmall-order-sample` (please modify)
12-
- URL: `https://gitee.com/xing-can/pic/raw/master/tmall-order-sample.csv`
12+
- URL: `https://gitee.com/linktime-cloud/example-datasets/raw/main/airbyte/tmall-order-sample.csv`
1313

1414
1. Add a clickhouse type destination in airbyte.
1515
![](../../images/airbyte03.png)
@@ -27,7 +27,7 @@ Import data from a csv file into clickhouse
2727

2828
After completing the above operations, the ELT (Extract Load Transform) process is completed, and the Transform is performed using clickhouse.
2929

30-
# 3. 数据加工
30+
# 3. Data Processing
3131

3232
```bash
3333
# Enter clickhouse container
@@ -42,7 +42,7 @@ show tables;
4242
select count(*) from airbyte_internal.default_raw__stream_tmall_order_sample;
4343
```
4444
45-
继续依次执行下面的三条SQL语句,完成数据加工。
45+
Continue to execute the following three SQL statements in sequence to complete data processing.
4646
4747
```sql
4848
DROP TABLE IF EXISTS airbyte_internal.ods_tmall_order;
@@ -82,7 +82,7 @@ select * from airbyte_internal.ods_tmall_order limit 10;
8282
```
8383
# 4. Data Display
8484
In Superset, we add a ClickHouse data source and create a dashboard. For instructions on how to add a data source and create a dashboard, refer to the Superset quick start guide. Below, we complete the data source and dashboard import using the panel import feature.
85-
1. [Download the dashboard](https://gitee.com/xing-can/pic/blob/master/dashboard_export_20240521T102107.zip)
85+
1. [Download the dashboard](https://gitee.com/linktime-cloud/example-datasets/blob/main/superset/dashboard_export_20240521T102107.zip)
8686
2. Import the dashboard
8787
- Select the downloaded file to import
8888
![](../../images/superset01.png)

docs/zh/user-tutorials/exploring-data-using-airbyte-clickhouse-superset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1. 在 airbyte 中添加一个 file 类型 source。
1111
![](../../images/airbyte01.png)
1212
- Dataset Name: `tmall-order-sample` (请误修改)
13-
- URL: `https://gitee.com/xing-can/pic/raw/master/tmall-order-sample.csv`
13+
- URL: `https://gitee.com/linktime-cloud/example-datasets/raw/main/airbyte/tmall-order-sample.csv`
1414

1515
1. 在 airbyte 中添加一个 clickhouse 类型 destination。
1616
![](../../images/airbyte03.png)
@@ -83,7 +83,7 @@ select * from airbyte_internal.ods_tmall_order limit 10;
8383
```
8484
# 4. 数据展示
8585
在 Superset 中添加 clickhouse 数据源, 并制作面板。关于如何添加数据源,如何制作面板请参考 Superset quick start。下面我们通过面板的导入功能完成数据源,面板的导入。
86-
1. [下载面板](https://gitee.com/xing-can/pic/blob/master/dashboard_export_20240521T102107.zip)
86+
1. [下载面板](https://gitee.com/linktime-cloud/example-datasets/blob/main/superset/dashboard_export_20240521T102107.zip)
8787
2. 导入面板
8888
选择下载的文件导入
8989
![](../../images/superset01.png)

0 commit comments

Comments
 (0)