cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Write Table to Synapse 'x' has a data type that cannot participate in a columnstore index.

Randy
New Contributor III

We have a process that creates a table in Synapse then attempts to write the Data generated in Databricks to it. We are able to create the table no problem but when we go to copy the data we keep getting an error that the column has a data type that cannot participate in a columnstore index. The column type is int not any type of max field. I tried creating the table with no column index store through the create table statement option below but am having no luck.

WITH
(
DISTRIBUTION = ROUND_ROBIN,
HEAP
)

Does anyone have suggestions as to how to get around this?

1 ACCEPTED SOLUTION

Accepted Solutions

Randy
New Contributor III
1 REPLY 1

Randy
New Contributor III

Resolved

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.