Skip to main content

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:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the DataScope connector and select DataScope from the Source type dropdown.
  4. Enter your api_key.
  5. Enter the params configuration if needed. Supported params are: sort, alt, prettyPrint (Optional)
  6. Click Set up source.

For Airbyte OSS:

  1. Navigate to the Airbyte Open Source dashboard.
  2. Set the name for your source.
  3. Enter your api_key which will be flagged with Authorization header.
  4. Click Set up source.

Supported sync modes

The DataScope source connector supports the following sync modes:

FeatureSupported?
Full Refresh SyncYes
Incremental SyncNo
Replicate Incremental DeletesNo
SSL connectionYes
NamespacesNo

Supported Streams

  • Locations
  • answers

Implemented but not added streams:

  • Lists
  • Notifications

API method example

GET https://www.mydatascope.com/api/external/locations

IP allow list

If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.

Reference

Config fields reference

Field
Type
Property name
string
api_key
string
start_date

Changelog

Expand to review
VersionDatePull RequestSubject
0.2.252025-05-1060034Update dependencies
0.2.242025-05-0359434Update dependencies
0.2.232025-04-2658895Update dependencies
0.2.222025-04-1958330Update dependencies
0.2.212025-04-1257791Update dependencies
0.2.202025-04-0557226Update dependencies
0.2.192025-03-2956535Update dependencies
0.2.182025-03-2255919Update dependencies
0.2.172025-03-0855318Update dependencies
0.2.162025-03-0154963Update dependencies
0.2.152025-02-2254428Update dependencies
0.2.142025-02-1553759Update dependencies
0.2.132025-02-0853323Update dependencies
0.2.122025-02-0152809Update dependencies
0.2.112025-01-2552302Update dependencies
0.2.102025-01-1851649Update dependencies
0.2.92025-01-1151069Update dependencies
0.2.82024-12-2850569Update dependencies
0.2.72024-12-2149542Update dependencies
0.2.62024-12-1249161Update dependencies
0.2.52024-11-0548357Revert to source-declarative-manifest v5.17.0
0.2.42024-11-0548336Update dependencies
0.2.32024-10-2947857Update dependencies
0.2.22024-10-2847451Update dependencies
0.2.12024-10-2147206Update dependencies
0.2.02024-08-1944416Refactor connector to manifest-only format
0.1.142024-08-1744213Update dependencies
0.1.132024-08-1243764Update dependencies
0.1.122024-08-1043063Update dependencies
0.1.112024-07-2742832Update dependencies
0.1.102024-07-2042269Update dependencies
0.1.92024-07-1341837Update dependencies
0.1.82024-07-1041373Update dependencies
0.1.72024-07-0941304Update dependencies
0.1.62024-07-0640815Update dependencies
0.1.52024-06-2540302Update dependencies
0.1.42024-06-2240193Update dependencies
0.1.32024-06-1538844Make compatible with builder
0.1.22024-06-0639254[autopull] Upgrade base image to v1.2.2
0.1.12024-05-2038440[autopull] base image + poetry + up_to_date
0.1.02022-10-31#18725Initial commit