Implementing incremental sync without timestamp field in API data

Summary

User is looking for assistance in implementing incremental sync without a timestamp field in the API data while building a connector through the UI.


Question

Hey guys,
I am working on getting data from an API, where I am not getting any timestamp field in source data and want to implement incremental sync…
Can you help with that if possible ?
I am building the connector directly through the UI.



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["implementing-incremental-sync", "timestamp-field", "api-data", "connector", "ui"]

https://docs.airbyte.com/connector-development/connector-builder-ui/incremental-sync

> Incremental syncs are usually implemented using a cursor value (like a timestamp) that delineates which data was pulled and which data is new.
Notice a use of a word: usually. You can use whatever field you want if you can tell the difference by using that field which data was pulled and which data is new.