You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/01/20 15:06:35 UTC

[incubator-seatunnel] branch dev updated: [SeaTunnel#1120] Fix the broken table in Neo4j connector doc (#1121)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2e3ec3d  [SeaTunnel#1120] Fix the broken table in Neo4j connector doc (#1121)
2e3ec3d is described below

commit 2e3ec3d171173939e012b04dc3fae25d0d505b74
Author: Benedict Jin <as...@apache.org>
AuthorDate: Thu Jan 20 23:06:29 2022 +0800

    [SeaTunnel#1120] Fix the broken table in Neo4j connector doc (#1121)
---
 docs/en/spark/configuration/source-plugins/neo4j.md | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/docs/en/spark/configuration/source-plugins/neo4j.md b/docs/en/spark/configuration/source-plugins/neo4j.md
index 9405ab8..85c0d6f 100644
--- a/docs/en/spark/configuration/source-plugins/neo4j.md
+++ b/docs/en/spark/configuration/source-plugins/neo4j.md
@@ -124,14 +124,13 @@ List of target node Labels separated by :
 
 > The returned table is a data table in which both fields are strings
 
-+----+--------+--------------------+----+
-|<id>|<labels>|name                |born|
-+----+--------+--------------------+----+
-|1   |[Person]|Keanu Reeves        |1964|
-|2   |[Person]|Carrie-Anne Moss    |1967|
-|3   |[Person]|Laurence Fishburne  |1961|
-|4   |[Person]|Hugo Weaving        |1960|
-|5   |[Person]|Andy Wachowski      |1967|
-|6   |[Person]|Lana Wachowski      |1965|
-|7   |[Person]|Joel Silver         |1952|
-|8   |[Person]|Emil Eifrem         |1978|
+| `<id>` | `<labels>` | name               | born |
+| ------ | ---------- | ------------------ | ---- |
+| 1      | [Person]   | Keanu Reeves       | 1964 |
+| 2      | [Person]   | Carrie-Anne Moss   | 1967 |
+| 3      | [Person]   | Laurence Fishburne | 1961 |
+| 4      | [Person]   | Hugo Weaving       | 1960 |
+| 5      | [Person]   | Andy Wachowski     | 1967 |
+| 6      | [Person]   | Lana Wachowski     | 1965 |
+| 7      | [Person]   | Joel Silver        | 1952 |
+| 8      | [Person]   | Emil Eifrem        | 1978 |