1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/docs/integrations/sources/zenloop.md

8.7 KiB

Zenloop

This page contains the setup guide and reference information for the Zenloop source connector.

Prerequisites

For Airbyte Cloud:

  1. Log into your Airbyte Cloud.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Zenloop from the Source type dropdown.
  4. Enter the name for the Zenloop connector.
  5. Enter your API token
  6. For Date from, enter the date in YYYY-MM-DDTHH:mm:ssZ format. The data added on and after this date will be replicated.
  7. Enter your Survey ID. Zenloop Survey ID. Can be found here. Leave empty to pull answers from all surveys. (Optional)
  8. Enter your Survey Group ID. Zenloop Survey Group ID. Can be found by pulling All Survey Groups via SurveyGroups stream. Leave empty to pull answers from all survey groups. (Optional)
  9. Click Set up source.

For Airbyte Open Source:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Zenloop from the Source type dropdown.
  4. Enter the name for the Zenloop connector.
  5. Enter your API token
  6. For Date from, enter the date in YYYY-MM-DDTHH:mm:ssZ format. The data added on and after this date will be replicated.
  7. Enter your Survey ID. Zenloop Survey ID. Can be found here. Leave empty to pull answers from all surveys. (Optional)
  8. Enter your Survey Group ID. Zenloop Survey Group ID. Can be found by pulling All Survey Groups via SurveyGroups stream. Leave empty to pull answers from all survey groups. (Optional)
  9. Click Set up source.

Supported sync modes

The Zenloop source connector supports the following sync modes:

Feature Supported?(Yes/No)
Full Refresh Sync Yes
Incremental Sync Yes
Namespaces No

Supported Streams

This Source is capable of syncing the following core Streams:

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.

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.

Data type map

Integration Type Airbyte Type
string string
integer integer
number number
array array
object object

Changelog

Expand to review
Version Date Pull Request Subject
0.1.43 2025-02-01 53113 Update dependencies
0.1.42 2025-01-25 52551 Update dependencies
0.1.41 2025-01-18 51929 Update dependencies
0.1.40 2025-01-11 51465 Update dependencies
0.1.39 2024-12-28 50827 Update dependencies
0.1.38 2024-12-21 50383 Update dependencies
0.1.37 2024-12-14 49801 Update dependencies
0.1.36 2024-12-12 49443 Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.1.35 2024-11-04 47107 Update dependencies
0.1.34 2024-10-12 46780 Update dependencies
0.1.33 2024-10-05 46431 Update dependencies
0.1.32 2024-09-28 46141 Update dependencies
0.1.31 2024-09-21 45823 Update dependencies
0.1.30 2024-09-14 45485 Update dependencies
0.1.29 2024-09-07 45249 Update dependencies
0.1.28 2024-08-31 45044 Update dependencies
0.1.27 2024-08-24 44680 Update dependencies
0.1.26 2024-08-17 44334 Update dependencies
0.1.25 2024-08-10 43647 Update dependencies
0.1.24 2024-08-03 43243 Update dependencies
0.1.23 2024-07-27 42667 Update dependencies
0.1.22 2024-07-20 42215 Update dependencies
0.1.21 2024-07-13 41922 Update dependencies
0.1.20 2024-07-10 41514 Update dependencies
0.1.19 2024-07-09 41144 Update dependencies
0.1.18 2024-07-06 40919 Update dependencies
0.1.17 2024-06-25 40421 Update dependencies
0.1.16 2024-06-22 40180 Update dependencies
0.1.15 2024-06-04 38961 [autopull] Upgrade base image to v1.2.1
0.1.14 2024-04-19 37304 Updating to 0.80.0 CDK
0.1.13 2024-04-18 37304 Manage dependencies with Poetry.
0.1.12 2024-04-15 37304 Base image migration: remove Dockerfile and use the python-connector-base image
0.1.11 2024-04-12 37304 schema descriptions
0.1.10 2023-06-29 27838 Update CDK version to avoid bug introduced during data feed release
0.1.9 2023-06-28 27761 Update following state breaking changes
0.1.8 2023-06-22 27243 Improving error message on state discrepancy
0.1.7 2023-06-22 27243 State per partition (breaking change - require reset)
0.1.6 2023-03-06 23231 Publish using low-code CDK Beta version
0.1.5 2023-02-08 0 Fix unhashable type in ZenloopSubstreamSlicer component
0.1.4 2022-11-18 19624 Migrate to low code
0.1.3 2022-09-28 17304 Migrate to per-stream states
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