* survey cto connector * datetime fix * removed some unused tests * intergration tests * acceptance test is passing * airbyte_secret * removed unused files * removed key * removed some unused items * added the error handling * catalog fix to add form_id * config improvement * full refresh test added * incremental sync test passed * docs added surveycto.md * added the docs improvement * improve docs and spec * fix: add source definition for surveycto * flake improvements * refactor * refactor * python format fix * auto-bump connector version * docs update Co-authored-by: Sajarin <sajarindider@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2.0 KiB
2.0 KiB
SurveyCTO
This page guides you through the process of setting up the SurveyCTO source connector.
Prerequisites
- Server Name
The name of the ServerCTO server - Your SurveCTO
Username - Your SurveyCTO
Password - Form ID
Unique Identifier for one of your forms - Start Date
Start Date default
How to setup a SurveyCTO Account
- create the account
- create your form
- publish your form
- give your user an API consumer permission to the existing role or create a user with that role and permission.
Set up the SurveyCTO source connection
- Log into your Airbyte Cloud or Airbyte Open Source account.
- Click Sources and then click + New source.
- On the Set up the source page, select Survey CTO from the Source type dropdown.
- Enter a name for your source.
- Enter a Server name for your SurveyCTO account.
- Enter a Username for SurveyCTO account.
- Enter a Password for SurveyCTO account.
- Form ID's (We can multiple forms id here to pull from)
- Start Date (This can be pass to pull the data from particular date)
- Click Set up source.
Supported sync modes
The Commcare source connector supports the following sync modes:
- Full Refresh - Overwrite
- Full Refresh - Append
- Incremental Sync - Append
- (Recommended) Incremental Sync - Deduped History
Supported Streams
The Commcare source connector supports the following streams:
- Forms
Changelog
| Version | Date | Pull Request | Subject | | 0.1.0 | 2022-11-16 | 19371 | SurveyCTO Source Connector |