You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ Import data from a csv file into clickhouse
27
27
28
28
After completing the above operations, the ELT (Extract Load Transform) process is completed, and the Transform is performed using clickhouse.
29
29
30
-
# 3. 数据加工
30
+
# 3. Data Processing
31
31
32
32
```bash
33
33
# Enter clickhouse container
@@ -42,7 +42,7 @@ show tables;
42
42
selectcount(*) from airbyte_internal.default_raw__stream_tmall_order_sample;
43
43
```
44
44
45
-
继续依次执行下面的三条SQL语句,完成数据加工。
45
+
Continue to execute the following three SQL statements in sequence to complete data processing.
46
46
47
47
```sql
48
48
DROP TABLE IF EXISTS airbyte_internal.ods_tmall_order;
@@ -82,7 +82,7 @@ select * from airbyte_internal.ods_tmall_order limit 10;
82
82
```
83
83
# 4. Data Display
84
84
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)
0 commit comments