Did anyone found an automated way to schedule full...
# ask-community-for-troubleshooting
a
Did anyone found an automated way to schedule full refresh on incremental sync ? -> This would be useful to reduce data inconsistencies over time when a lot of records are synced I thought about resetting cursor using SQL. Is there a smarter way ?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Airbyte documentation on [incremental data synchronization](https://airbyte.com/tutorials/incremental-data-synchronization) and [connections](https://docs.airbyte.com/understanding-airbyte/connections) for more information on how to manage your syncs.
e
Hi Antoine, to my knowledge this is not possible today but I would be happy to submit this as a feature request. If you wouldn't mind providing more detail on the workflow reasoning for this request this will help us understand the use case.
👍 1
y
I would suggest , suppose if your cursor is timestamp, update the timestamp of all rows to now() can drop the column & re-add with default now() instead of update query
👀 1
test on local installation first but
👀 1
a
Should I create an issue on Github for this ? @Erica Struthers
(and try to provide some first solutions)
Did not find related issue
a
Still WIP to detail the workflow but I created it : https://github.com/airbytehq/airbyte/issues/26513
✔️ 1