Forum Discussion
todd-wilson
3 months agoFrequent Visitor
Refresh SQL Endpoint API
Items - Refresh Sql Endpoint Metadata - REST API (SQLEndpoint) | Microsoft Learn I'm confused. We're calling this before we run some validations on the sql endpoint and the data is lagging so I th...
- 3 months ago
Hi todd-wilson,
v-echaithra is incorrect.
Refreshing the SQL Endpoint does update the data that is visible in the endpoint.
That was the entire point of the metadata refresh API.
v-echaithra
3 months agoCommunity Support
Hi tayloramy , todd-wilson ,
Thanks for the clarification here.
To refine my earlier response, the Refresh SQL Endpoint operation not only syncs metadata but also makes newly committed data visible in the SQL endpoint. However, this happens through an eventually consistent layer, so a short delay can still occur before the latest data is reflected.
Hope this clarifies.