Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
source-zendesk-support: add logging & ticket_comments checkpoint
For users with a lot of data, the `ticket_comments` stream can take a while to backfill, especially given the 30 requests/60 seconds rate limit for this endpoint. Checkpointing that stream will help if that backfill complete over connector restarts, and it'll provide an indicator in the UI that the connector is still processing records. I've also added logging to catch if the `ticket_comments` cursor does not increase & to log the status codes for non-200 responses to help troubleshoot if the connector is stuck making the same failing request.
- Loading branch information