cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Issues with Common Data Model as Source - different column size for blobs

medha
New Contributor

I have a Dataverse Synapse link set up to extract data into ADLS gen2. I am trying to connect ADLS gen2 as the data source to read the data files in Databricks. I have CDC enabled for CDM Data with the partition of Year and Month.
So, for example, if I am receiving 10 files for the table Product, the problem is the column size varies for the different csv received and there is only a single model.json for them. This is causing issues when reading the data with respect to column variation while reading schema.

 

1 REPLY 1

jacovangelder
Honored Contributor

This is a thoughtful consideration, but have you considered using

 

.option("mergeSchema", "true")

 

when writing?
Do keep in mind that this will affect the target table and possible downstream consumers. Ideally you want to have strict a schema contract with your data suppliers to avoid these issues. You can also consider dynamically creating the model.json based on the file headers you're receiving.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group