* Add custom survey_ids * bump version * Update survey_question schema * Add changelog * Allow null objects * merge master and format * Make all types safe with NULL and add survey_ids to all streams * Make additional types safe with NULL * Make additional types safe with NULL * One last safe NULL type * small fixes * solve conflic * small fixes * revert fb wrong commit * small fb correction * bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
3.1 KiB
3.1 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.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 |