Skip to content

Commit fee6088

Browse files
authored
Merge pull request #111264 from NavtejSaini-MSFT/patch-57
Fixes https://github.com/MicrosoftDocs/azure-docs/issues/52326
2 parents d99c4b7 + 501a5ae commit fee6088

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)