You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run this tap via Stitch and I've been getting maximum skip errors related to the activities endpoint. Looks like the Close activities endpoint has the maximum skip value for activities set to 250K, which we've managed to run through as each call, sms, etc counts as an activity.
Error:
2022-02-24 20:30:46,120Z main - INFO Exit status is: Discovery succeeded. Tap failed with code 1 and error message: "400 Response: The skip you set is larger than the maximum skip for this resource (max_skip = 250000).
Please refine your search query.". Target succeeded.
Hi,
I'm trying to run this tap via Stitch and I've been getting maximum skip errors related to the activities endpoint. Looks like the Close activities endpoint has the maximum skip value for activities set to 250K, which we've managed to run through as each call, sms, etc counts as an activity.
Error:
Not super familiar with Singer or this part of the Close API, but maybe we could use this approach for Activity streams as well:
https://github.com/singer-io/tap-closeio/blob/master/tap_closeio/streams.py#L118
The text was updated successfully, but these errors were encountered: