* add new stream properties * add PR number * change additionalProperties to true * revert bumoed version of an image, add json schema in the tests files, remove additionalProperties: true * gradle build completed * improve test acceptance quality, adjust the order of objects for the properties json schema * delete reduntant configured_catalog, add json schema for all streams * auto-bump connector version [ci skip] Co-authored-by: Sajarin <sajarindider@gmail.com> Co-authored-by: Marie Amelie Sandrock <marieamelie94@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2.3 KiB
Zenloop
Sync overview
This source can sync data for the Zenloop API. It supports both Full Refresh and Incremental syncs for Answer endpoints. 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:
- Answers (Incremental)
- Surveys
- AnswersSurveyGroup (Incremental)
- SurveyGroups
- Properties
The Answers, AnswersSurveyGroup and Properties stream respectively have an optional survey_id parameter that can be set by filling the public_hash_id field of the connector configuration. If not provided answers for all surveys (groups) will be pulled.
Data type mapping
| Integration Type | Airbyte Type | Notes |
|---|---|---|
string |
string |
|
integer |
integer |
|
number |
number |
|
array |
array |
|
object |
object |
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | Yes | |
| Namespaces | No |
Performance considerations
The Zenloop connector should not run into Zenloop API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- Zenloop account
- Zenloop API token
Setup guide
Please register on Zenloop and retrieve your API token here.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.2 | 2022-08-22 | 15843 | Adds Properties stream |
| 0.1.1 | 2021-10-26 | 8299 | Fix missing seed files |
| 0.1.0 | 2021-10-26 | 7380 | Initial Release |