Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum Skip Errors with Activities sync #25

Open
jonbleiberg88 opened this issue Feb 24, 2022 · 0 comments
Open

Maximum Skip Errors with Activities sync #25

jonbleiberg88 opened this issue Feb 24, 2022 · 0 comments

Comments

@jonbleiberg88
Copy link

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:

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant