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:ย 

Identity error Spark Sql:not enough data columns;target has 3 but the inserted data has 2, it's the identity column which is missing here

bluesky
New Contributor II

While inserting into target table i am getting an error '"not enough data columns;target has 3 but the inserted data has 2" but it's the identity column which is the 8th column ".

insert into table A

(col 1,col 2,col3)

select

col2,

col3

from table B

join table C

2 REPLIES 2

Debayan
Databricks Employee
Databricks Employee

Hi, are all the rows missing the column or a few?

Also, you can you filter out bad rows using expectations , or your DQ framework and backfill it once the corrected records arrive or you can use 

.option("overwriteSchema", "true")

Anonymous
Not applicable

Hi @sky blueโ€‹ 

Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. 

We'd love to hear from you.

Thanks!

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