Skip to content

Commit 85a13b6

Browse files
authored
Update apache-spark-cdm-connector.md
1 parent 68cd8c7 commit 85a13b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/data-sources/apache-spark-cdm-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ df.write.format("com.microsoft.cdm")
283283
.save()
284284
```
285285

286-
## Explicit Write - using an entity defined in the CDM GitHub
286+
### Explicit Write - using an entity defined in the CDM GitHub
287287

288288
This code writes the dataframe _df_ to a CDM folder with the manifest at `https://_mystorage_.dfs.core.windows.net/cdmdata/Teams/root.manifest.cdm.json` and a submanifest containing the TeamMembership entity, created in a TeamMembership subdirectory. TeamMembership data is written to CSV files (the default) that overwrite any existing data files. The TeamMembership entity definition is retrieved from the CDM CDN, at:
289289
[https://cdm-schema.microsoft.com/logical/core/applicationCommon/TeamMembership.cdm.json](https://cdm-schema.microsoft.com/logical/core/applicationCommon/TeamMembership.cdm.json)

0 commit comments

Comments
 (0)