Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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?
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
Hi @Anonymous 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
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 33 | |
| 17 | |
| 12 | |
| 10 | |
| 6 |