Hello everyone!
I’ve developed a full refresh connector for a CRM (calltrackingmetrics) and would like to add an incremental sync feature.
The issue is that the connector doesn’t have a modification date.
My solution:
For the first sync I would like to sync all the dates. And then I would like to fetch the last month each syncs and append the new data. (not ideal… but probably there wont be any more changes)
Is it the right approach? and if so, do I need to implement an incremental stream?
because technically I have no state…
Or, I can use the normal full refresh with stream slices?
Thank you very much!