Skip to content

Commit

Permalink
Update nebula-spark-connector.md (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Nov 24, 2021
1 parent cbd4ae3 commit 1ebabb0
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()

### Write data into Nebula Graph

!!! note

The values of columns in a dataframe are automatically written to the Nebula Graph as properties.

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

0 comments on commit 1ebabb0

Please sign in to comment.