Skip to content

Commit

Permalink
Update nebula-spark-connector.md (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Nov 24, 2021
1 parent bb68ce6 commit 33de41b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/nebula-spark-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ val edge = spark.read.nebula(config, nebulaReadEdgeConfig).loadEdgesToDF()

### 向 Nebula Graph 写入数据

!!! note

DataFrame 中的列会自动作为属性写入 Nebula Graph。

```scala
val config = NebulaConnectionConfig
.builder()
Expand Down

0 comments on commit 33de41b

Please sign in to comment.