* solve deleted file * Set Babelforce version to `0.1.0` * Update Babelforce source documentaiton with the PR link * Remove `.python-version` file in Babelforce source from Git * Fix typo in Babelfoce `spec` description field * Remove redaundant `title` field from JSON schema in Babelforce source * Add examples for the `date_created_from` and `date_created_to` Babelforce source spec * Remove redaundant `static` `authenticator` method in Babelforce source * Check if `date_created_from` less than `date_created_to` In Babelforce source * Add parsing details to `docstring` For Babelforce source * Fix fetching next page token In Babelforce source * Remove parent class `docstring` In Babelforce source * Use `pendulum` to parse date/time In Babelforce source * add babelforce to source index * remove icon * format files * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
1.8 KiB
1.8 KiB
Recurly
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
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | Yes |
| Replicate Incremental Deletes | Coming soon |
| SSL connection | Yes |
| Namespaces | No |
Performance considerations
There are no performance consideration in the current version.
Getting started
Requirements
- Region/environment as listed in the
Regions & environmentssection 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
CHANGELOG
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2022-05-09 | 12700 | Introduce Babelforce source |