Skip to content

Commit 501a5ae

Browse files
1 parent ebf2c0e commit 501a5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/spark-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ val writeConfig = Config(Map(
105105
"Masterkey" -> "YOUR-KEY-HERE",
106106
"Database" -> "DepartureDelays",
107107
"Collection" -> "flights_fromsea",
108-
"Upsert" : "true"
108+
"Upsert" -> "true"
109109
))
110110

111111
// Write to Cosmos DB from the flights DataFrame

0 commit comments

Comments
 (0)