How to extend entities of Common Data Model in Azure data lake

Shafqaat Ahmad 0 Reputation points
2023-06-07T21:42:53.3733333+00:00

Hi,

We have CDM (common data model folders) in Azure Data lake. Is there any easy way to extend the entities so that they can meet our business requirements? Do we have to extend them manually, like adding attributes, adding tables?

Regards

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,356 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,643 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 26,496 Reputation points Microsoft Employee
    2023-06-10T00:21:56.7333333+00:00

    Hello Shafqaat Ahmad,

    The other option is by using CDM SDK to programmatically create and manage CDM folders, entities, and attributes.

    https://learn.microsoft.com/en-us/common-data-model/sdk/from-modeljson-to-the-future#common-data-model-sdk

    https://community.dynamics.com/365/mbas/f/microsoft-business-applications-summit-gallery-2020/389466/advanced-cdm-learn-the-benefits-of-cdm-sdk

    If you can use serverless Apache Spark pool in Azure Synapse Analytics, then using FSSPEC library to read and write data to ADLS gen2 using a linked service

    https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/tutorial-spark-pool-filesystem-spec

    Here is a video tutorial

    I hope this helps.

    2 people found this answer helpful.