Forum Discussion
BartVW
Helper I
1 year agoEnhanced refresh api status 202 OK but dataset is not refreshing
I'm calling the enhanced refresh API with this simple body { "retryCount": 3 } I get a 202 Accepted response (in Postman), but the data set is not refreshing. As you can see in below...
- 1 year ago
Yes, "automatic" will check if there is anything to refresh. If the service decides that nothing has changed it will not refresh the partition. You can override that with "full".
BartVW
Helper I
1 year agoHaving said the above, I played around a bit more with the POST request body. I found that if I include
"type": "Full"in the body, it works OK. So it seems the default type "Automatic" is not doing anything.
Not sure if this makes sense though, as the documentation says "Automatic" is the default?
lbendlin
Super User
1 year agoYes, "automatic" will check if there is anything to refresh. If the service decides that nothing has changed it will not refresh the partition. You can override that with "full".