How do most people handle an API that doesn't return deleted content? Like a user deletes it from the UI, and then the API never mentions that
Periodic full re-sync? Otherwise you've got the old data just sitting around in the data warehouse forever
d
douwe_maan
09/14/2020, 2:55 PM
@sam_woolerton Periodic resyncs are indeed the way to go