Azure Data Factory makes ETL even easier when working with corporate data entities by adding support for inline datasets and the Common Data Model (CDM public preview connector). With CDM, you can ex...
Hi Rahul_Jain1785 I finally got ADF to sink into a CDM folder last night. You can see my configuration below if that helps
The root location is coreapidatalake/TracCoreDataLake/T****Core/WellMetaData. This is the folder that contains the ShaleWellGeography entity.
Entity path is T****Core/WellMetaData/ShaleWellGeography.cdm.json/ShaleWellGeography
I had to create the entity schema documents myself using the guidance here (https://docs.microsoft.com/en-us/common-data-model/creating-schemas). ADF then imported that schema and allowed me to set up a mapping in the Sink. When copying the data ADF created the wellmetadata.manifest.json file, the config.json file and the ShaleWellGeography folder with the parquet data partitions. Hope that helps!