From 7122425b0ebf2f0b246bb1fef23ac0e6d96d37f6 Mon Sep 17 00:00:00 2001 From: Anqi Date: Tue, 11 Jan 2022 08:44:32 +0800 Subject: [PATCH] update clickhouse config (#1367) --- .../use-exchange/ex-ug-import-from-clickhouse.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md index e004262850..6bdb274e2b 100644 --- a/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md +++ b/docs-2.0/nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md @@ -152,7 +152,8 @@ # ClickHouse 分区数 numPartition:"5" - + + table:"player" sentence:"select * from player" # 在 fields 里指定 player 表中的列名称,其对应的 value 会作为 Nebula Graph 中指定属性。 @@ -185,6 +186,7 @@ user:"user" password:"123456" numPartition:"5" + table:"team" sentence:"select * from team" fields: [name] nebula.fields: [name] @@ -220,7 +222,8 @@ # ClickHouse 分区数 numPartition:"5" - + + table:"follow" sentence:"select * from follow" # 在 fields 里指定 follow 表中的列名称,其对应的 value 会作为 Nebula Graph 中指定属性。