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
Contributor III

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.

Join 100K+ Data Experts: Register Now & Grow with Us!

Excited to expand your horizons with us? Click here to Register and begin your journey to success!

Already a member? Login and join your local regional user group! If there isn’t one near you, fill out this form and we’ll create one for you to join!