Forum Discussion
QUESTION::PIPELINE::COPY DATA::DUPLICATE DATA COPY
- 1 year ago
Here is a workaround originally shared by Mark Pryce-Maher, the
Microsoft PM responsible for the synchronisation between lakehouse and SQL endpoint. As he says: "the following solution is unofficial, unsupported, undocumented, and frankly unwise!"
However, I would not call this a solution since it is unofficial, unsupported, undocumented, and unwise. Anything that is unofficial, unsupported, undocumented, is precisely unwise because it could change at any time without any notice to the user, who will be much bewildered when stuff suddenly breaks for no apparent reason.
Mark's original Python code: Workaround for delays in the automatically generated schema in the SQL analytics endpoint of the Lakehouse in Fabric | by Mark Pryce-Maher | Medium
An improved version of this code by Andre Fomin: Fix SQL Analytics Endpoint Sync Issues in Microsoft Fabric – Data Not Showing? Here's the Solution! — obvience
For now, this Python script seems to work and the problem I had due to the sync issue has not manifested itself... yet.
Hi Element115,
Thankyou for the update.
As you have already raised a support ticket, we kindly request you to continue collaborating closely with the support team.
We would appreciate it if you could keep us informed about the resolution of the support ticket, as it may prove beneficial for the wider Fabric community.
Thank you.
Nothing suggested by the support team proved useful. I had to find myself the write up and code posted by a Microsoft Product Manager to finally get a workaround that so far (after a couple days of non-stop testing) still seems to work. See my previous post.