-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Freshdesk returns limited records amount from contacts source #7207
Comments
Hey @d0vyda5 thanks for reporting this. I added this to our connector-roadmap so the team can look at it. |
Hey, @d0vyda5 In the log provided here we can see:
You can check the currentent implementation here So we are limited by 49 900 records (499 х 100). A potential solution can be: I wrote about this issue to Freshdesk support. They answered that, there is no option to pull records beyond 500 pages. @sherifnada Can we use Contact Export API instead ? |
@augan-rymkhan thanks for the great write up. It seems that we should only expect this issue to happen when doing the initial sync, as all further syncs can be filtered using the Therefore, i suggest the following UX:
WDYT? |
@sherifnada I think it's a good solution. I'll implement this approach then. Thanks! |
@sherifnada Unfortunately, not all contact fields are available for exporting including updated_at, created_at, id
It allows to filter by date: ?query="updated_at:>2020-10-22 AND updated_at:<2020-10-22" But it also has limitations: Also its response doesn't include fields:
|
We merged fix for this issue into master and released a new version of the connector. Upgrade your connector to version 0.2.9 and get started. To upgrade your connector version, go to the admin panel in the left hand side of the UI, find this connector in the list, and input the latest connector version. Please let us know if you have any further questions. Enjoy! |
Enviroment
Current Behavior
When syncing contacts from Freshdesk with
start_date
parameter to retrieve historic data, only limited amount of records are returned. Each time, only 49000 records are synced from contacts to the destination folder.Expected Behavior
Records, which are in contacts table, starting from the
start_date
parameter should be returned.I have noticed that in the pull request #6442 there was mentioned that added
start_date
parameter can be used with listed incremental streams.Logs
Syncing was completed without any errors, however it was missing records.
LOG
Steps to Reproduce
start_date
parameter enter a date older than 30 days.Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: