Thanks you so much for sharing, this is absolute GOLD! I've been looking for a way to do this programmatically call this refresh for a while as we are seeing very long delays which are hard to predict and work with. I was at the Fabric Conference in Stockholm in September and this was the number 1 issue folks were complaining about. Microsoft has not solution other the recommendation to raise a ticket! Really appreciate you sharing the code here!
Im having the exact same issue... Im using wait commands in my pipelines to give that sync job time to finish, but sometimes it keeps failing. Can you please share the code?
I tried your code, but the synchronization still fails. After carefully reviewing the situation, I found that during synchronization, there are unfinished endpoint queries. If certain deletion commands are executed in the Lakehouse at this time, these queries may get stuck for hours. During this period, all synchronizations will fail. Therefore, I believe your code needs to include logic to kill all running endpoint queries.
Thanks you so much for sharing, this is absolute GOLD!
I've been looking for a way to do this programmatically call this refresh for a while as we are seeing very long delays which are hard to predict and work with.
I was at the Fabric Conference in Stockholm in September and this was the number 1 issue folks were complaining about. Microsoft has not solution other the recommendation to raise a ticket!
Really appreciate you sharing the code here!
Im having the exact same issue... Im using wait commands in my pipelines to give that sync job time to finish, but sometimes it keeps failing. Can you please share the code?
Hi there, can you please share your script for us to learn, evaluate and run?
I tried your code, but the synchronization still fails. After carefully reviewing the situation, I found that during synchronization, there are unfinished endpoint queries. If certain deletion commands are executed in the Lakehouse at this time, these queries may get stuck for hours. During this period, all synchronizations will fail. Therefore, I believe your code needs to include logic to kill all running endpoint queries.