Captain Data
This page contains the setup guide and reference information for the Captain Data source connector.
Prerequisites
Api key and project UID are mandate for this connector to work, It could be generated from the dashboard settings (ref - https://app.captaindata.co/settings).
Setup guide
Step 1: Set up Captain Data connection
- Available params
- api_key: The api_key
- project_uid: The project UID
Step 2: Set up the Captain Data connector in Airbyte
For Airbyte Cloud:
- Log into your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click +new source.
- On the Set up the source page, enter the name for the Captain Data connector and select Captain Data from the Source type dropdown.
- Enter your
api_key
andproject_uid
. - Click Set up source.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your
api_key
andproject_uid
. - Click Set up source.
Supported sync modes
The Captain Data source connector supports the following sync modes:
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | No |
Replicate Incremental Deletes | No |
SSL connection | Yes |
Namespaces | No |
Supported Streams
- workspace
- workflows
- jobs
- job_results
API method example
GET https://api.captaindata.co/v3/
Performance considerations
Captain Data API reference has v3 at present. The connector as default uses v3.
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.0 | 2023-04-15 | Init | Initial commit |