Closed
Description
Environment
- Airbyte version: 0.35.50-alpha
- OS Version / Instance: AWS EC2
- Deployment: Docker
- Source Connector and version: Survey Monkey 0.1.7
- Destination Connector and version: 0.4.17
- Severity: Critical
- Step where error happened: Sync
Current Behavior
When a response stream is configured for "full-refresh" / "overwrite", all responses are pulled for a survey. However, when the response stream is configured for "incremental", it does not pull all responses, even if it is the first sync.
Expected Behavior
I expect the same amount of responses pulled for the first sync irrespective of the stream configuration.
Logs
Steps to Reproduce
- Configure response stream as incremental
- Sync
- Reset
- Configure response stream as full-refresh/overwrite,
- Sync
- Obverve difference
Are you willing to submit a PR?
No