-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Source Delighted: Survey_Responses stream limited to 100 rows per sync - Date Range being Skipped #8906
Comments
Hi @tredencegithub, could you please check if tweaking the |
@alafanechere I tried with a different date but it still put out only 100 rows. |
ScopingI created 2 subtasks since there are two issues described in this ticket:
Next investigations will be posted in those tickets. |
@Zirochkaa This issue still exists. The date range skip has been fixed but the row limit still exists. |
@tredencegithub I have few questions:
|
@Zirochkaa Unfortunately that is account specific information and am not authorized to share it. Do we have an alternative way? |
@tredencegithub could you please create new
|
@Zirochkaa Here is the sync logs: 1 full refresh and 4 subsequent syncs. I dont have access to the UI. The marketing team handles the same. I can try getting that information. logs-9470-0.txt |
@tredencegithub thanks for your logs. I investigated them and I also investigated sync logs for our delighted account and I can tell that there is no issue about row limit which you mentioned here. The Delighted API supports
I created a PR in which we output only new records. So for example, if state has 1641289583 value, then we will output only records which are greater or equal to 1641289584. |
Airbyte version: 0.30.18-alpha
OS Version / Instance: Linux , AWS EC2
Deployment: Docker
Source Connector and version: Delighted 0.1.0
Destination Connector and version: AWS S3 0.2.0
Severity: Critical
Step where error happened: Sync Job
Current Behavior
While syncing survey_responses table, each sync is only pushing 100 rows while there is more data to be pushed. The first sync(historical sync) is also only pushing 100 records. Also it is seen that data between certain time period is skipped. For ex: Data between november 2020 to august 2021 is skipped in the syncs While connecting to the API directly, was able to confirm data do exists for that time frame.
Expected Behavior
First sync after reset should move entire historical data from start dat but does not. Data with a certain Created date range is being skipped which it should not.
logs-5968-0.txt
The text was updated successfully, but these errors were encountered: