* Update get_updated_state * Bump Dockerfile version and update docs * Fix updated_state * Fix bug in response incremental stream * Include incremental stream in integration tests configured catalog * Formatting * chore: bump version in source definitions * chore: update seed file Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
3.2 KiB
3.2 KiB
SurveyMonkey
Sync overview
This source can sync data for the SurveyMonkey API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
Output schema
This Source is capable of syncing the following core Streams:
- Surveys (Incremental)
- SurveyPages
- SurveyQuestions
- SurveyResponses
Data type mapping
| Integration Type | Airbyte Type | Notes |
|---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | Yes | |
| Namespaces | No |
Performance considerations
The SurveyMonkey API applies heavy API quotas for default private apps, which have the following limits:
- 125 requests per minute
- 500 requests per day
To cover more data from this source we use caching.
Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- SurveyMonkey API Key
Setup guide
Please read this docs. Register your application here Then go to Settings and copy your access token
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.8 | 2022-05-20 | 13046 | Fix incremental streams |
| 0.1.7 | 2022-02-24 | 8768 | Add custom survey IDs to limit API calls |
| 0.1.6 | 2022-01-14 | 9508 | Scopes change |
| 0.1.5 | 2021-12-28 | 8628 | Update fields in source-connectors specifications |
| 0.1.4 | 2021-11-11 | 7868 | Improve 'check' using '/users/me' API call |
| 0.1.3 | 2021-11-01 | 7433 | Remove unsused oAuth flow parameters |
| 0.1.2 | 2021-10-27 | 7433 | Add OAuth support |
| 0.1.1 | 2021-09-10 | 5983 | Fix caching for gzip compressed http response |
| 0.1.0 | 2021-07-06 | 4097 | Initial Release |