1
0
mirror of synced 2026-01-19 09:07:23 -05:00
Files
airbyte/docs/integrations/sources/commcare.md
Siddhant Singh cc80142ba9 New Source: Commcare (#20220)
* commcare connector

* flake improvement

* added the docs

* added the config

* project_space added in the config

* project space is required

* cleaning

* added test case

* disbaled the backward compatibility test

* feat: revert .vscode/settings.json

Co-authored-by: Sajarin <sajarindider@gmail.com>
2023-01-05 14:25:13 -05:00

39 lines
1.1 KiB
Markdown

# Commcare
This page guides you through the process of setting up the Commcare source connector.
## Prerequisites
- Your Commcare API Key
- The Application ID you are interested in
- The start date to replicate records
## Set up the Commcare source connector
1. Log into your [Airbyte Cloud](https://cloud.airbyte.io/workspaces) or Airbyte Open Source account.
2. Click **Sources** and then click **+ New source**.
3. On the Set up the source page, select **Commcare** from the Source type dropdown.
4. Enter a name for your source.
5. For **API Key**, enter your Commcare API Key.
6. Click **Set up source**.
## Supported sync modes
The Commcare source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes):
- Full Refresh
- Overwrite
- Incremental
## Supported Streams
The Commcare source connector supports the following streams:
- Application
- Case
- Form
## Changelog
| Version | Date | Pull Request | Subject |
| 0.1.0 | 2022-11-08 | [20220](https://github.com/airbytehq/airbyte/pull/20220) | Commcare Source Connector |