DataScope
This page contains the setup guide and reference information for the DataScope source connector.
Prerequisites
A DataScope account with access to the API. You can create a free account here.
Setup guide
Step 1: Set up DataScope connection
- Create a DataScope account
- Create an API key and copy it to Airbyte
Step 2: Set up the DataScope 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 DataScope connector and select DataScope from the Source type dropdown.
- Enter your api_key.
- Enter the params configuration if needed. Supported params are: sort, alt, prettyPrint (Optional)
- Click Set up source.
For Airbyte OSS:
- Navigate to the Airbyte Open Source dashboard.
- Set the name for your source.
- Enter your api_keywhich will be flagged with Authorization header.
- Click Set up source.
Supported sync modes
The DataScope 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
- Locations
- answers
Implemented but not added streams:
- Lists
- Notifications
API method example
GET https://www.mydatascope.com/api/external/locations
Reference
Config fields reference
Field
Type
Property name
string
start_date
string
api_key
Changelog
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.1.0 | 2022-10-31 | #18725 | Initial commit |