Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at the 2025 Microsoft Fabric Community Conference. March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for $400 discount. Register now

Reply
revathi_np
Regular Visitor

Error while updating change data feed enabled table using pipeline in fabric

I have got the following error while updating a change data feed enabled table in fabric using pipeline.When I tried to update this table using note book,It worked fine but with pipeline I got the following error.I even tried configuring the minWriterVersion as a potential fix, but the issue persists.What could be the reason?

revathi_np_1-1734114475283.png

 

 

2 REPLIES 2
v-jingzhan-msft
Community Support
Community Support

Hi @revathi_np 

 

It sounds like you're dealing with an issue related to Delta Lake table protocol versions. Unfortunately, once a Delta table's protocol version has been upgraded, it cannot be downgraded. This is an irreversible operation. 

 

What is the data source? Can you first check its current writer and reader version?

%%sql
DESCRIBE DETAIL yourTableName;

 

In addition, how did you update the table using notebook? Can you share the code snippet?

 

Best Regards,
Jing
Community Support Team

AndyDDC
Super User
Super User

Hi @revathi_np at any point did you upgrade the table version to a higher level than the default?  Do you see any table metadata sync issues with the lakehouse sql endpoint?

 

Can you checl the interop guide here for Delta and the various Fabric services/features Delta Lake table format interoperability - Microsoft Fabric | Microsoft Learn

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebFBC_Carousel

Fabric Monthly Update - February 2025

Check out the February 2025 Fabric update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.