Troubleshooting Incremental Sync

Summary

How to debug and fix issues with incremental sync in connectors


Question

Hello! I have some problems with incremental Sync. Anyone know how I can debug or what could be wrong when configuring this? Because It’s only doing one request, it’s not doing the next incremental requests :thinking_face:



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

["incremental-sync", "debug", "configuration", "connector"]

To clarify, incremental syncs are syncs that will pick up just the new data when the next sync happens, i.e. daily or weekly or whatever.

If by “only makes one request” you mean that the API is paginated, and you need to make requests to each page to grab all your records within one sync, you need to setup pagination instead.