Skip to main content

Babelforce

Overview

The Babelforce source supports Full Refresh as well as Incremental syncs.

Full Refresh sync means every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table. Incremental syn means only changed resources are copied from Babelformce. For the first run, it will be a Full Refresh sync.

Output schema

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental SyncYes
Replicate Incremental DeletesComing soon
SSL connectionYes
NamespacesNo

Performance considerations

There are no performance consideration in the current version.

Getting started

Requirements

  • Region/environment as listed in the Regions & environments section here
  • Babelforce access key ID
  • Babelforce access token
  • (Optional) start date from when the import starts in epoch Unix timestamp

Setup guide

Generate a API access key ID and token using the Babelforce documentation

Reference

Config fields reference

Field
Type
Property name
string
access_key_id
string
access_token
string
region
integer
date_created_from
integer
date_created_to

CHANGELOG

VersionDatePull RequestSubject
0.2.02023-08-2429314Migrate to Low Code
0.1.02022-05-0912700Introduce Babelforce source