Forum Discussion
Lakehouse is not in sync with SQL endpoint
Hi All,
From past two days we are experiencing the lakehouse -SQL analytics endpoint sync issues, with out any errors. wanted to check if anyone are also experiencing the same behaviour?
3 Replies
- smeetshContinued Contributor
Yes sadly this is a known issue. there is a sempy labs package you can run in a notebook, to force the synch, if you don't want to do this, the following (no code solution) works to:
After your ingest into the lakehosue run a dummy script (select top 10 * from your lakehouse table name), next put in a wait step ( we use a 5 minutes delay, but you may get away with shorter, experimentation will be your friend here 🙂 )
It is a very annoying issue that has been going on for 1,5 years or more by now. MS prefers you to use the API call to force refresh, but that requires coding and also, it checks the refresh status of ALL tables in your lakehouse.
For the sempy labs package, please see below:
Code Examples · microsoft/semantic-link-labs Wiki- V-yubandi-msftCommunity Support
- V-yubandi-msftCommunity Support
Hi pushpanth ,
We haven’t received a response from your end yet. Please let us know whether the issue has been resolved or if you’re still facing any difficulties. Feel free to reach out if you need further assistance.
Yugandhar.