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_key
which 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
api_key
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.14 | 2024-08-17 | 44213 | Update dependencies |
0.1.13 | 2024-08-12 | 43764 | Update dependencies |
0.1.12 | 2024-08-10 | 43063 | Update dependencies |
0.1.11 | 2024-07-27 | 42832 | Update dependencies |
0.1.10 | 2024-07-20 | 42269 | Update dependencies |
0.1.9 | 2024-07-13 | 41837 | Update dependencies |
0.1.8 | 2024-07-10 | 41373 | Update dependencies |
0.1.7 | 2024-07-09 | 41304 | Update dependencies |
0.1.6 | 2024-07-06 | 40815 | Update dependencies |
0.1.5 | 2024-06-25 | 40302 | Update dependencies |
0.1.4 | 2024-06-22 | 40193 | Update dependencies |
0.1.3 | 2024-06-15 | 38844 | Make compatible with builder |
0.1.2 | 2024-06-06 | 39254 | [autopull] Upgrade base image to v1.2.2 |
0.1.1 | 2024-05-20 | 38440 | [autopull] base image + poetry + up_to_date |
0.1.0 | 2022-10-31 | #18725 | Initial commit |