Skip to content

Commit

Permalink
Update Databricks Delta section
Browse files Browse the repository at this point in the history
  • Loading branch information
nvitucci committed Apr 23, 2024
1 parent b6545cb commit 12b404a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/ROOT/pages/databricks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ relDF = spark.read.table("customers_products_example")
The following example shows how to read nodes from Neo4j and write them to a Delta table.
See the xref:reading.adoc[Reading] page for details on reading relationships.

The example assumes that a new node property `status` (with values `Gold` and `Silver`) has been added to the data in the Neo4j database from the previous example.

[source, python, role=nocollapse]
----
# Read the nodes with `:Customer` label from Neo4j
Expand Down

0 comments on commit 12b404a

Please sign in to comment.