Forum Discussion
Anonymous
1 year agoNot applicable
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 fo...
Anonymous
1 year agoNot applicable
Hi Anonymous
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