Skip to main content

Recurly

Overview

The Recurly 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 Recurly. 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

The Recurly connector should not run into Recurly API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Recurly Account
  • Recurly API Key

Setup guide

Generate a API key using the Recurly documentation

We recommend creating a restricted, read-only key specifically for Airbyte access. This will allow you to control which resources Airbyte should be able to access.

Reference

Config fields reference

Field
Type
Property name
string
api_key
string
begin_time
string
end_time

CHANGELOG

VersionDatePull RequestSubject
1.0.12024-03-0535828Bump version to unarchive supportLevel in Cloud productionDB
1.0.02024-03-0135763Re-introduce updated connector to catalog from archival repo
0.5.02024-02-2234622Republish connector using base image/Poetry, update schemas
0.4.12022-06-1013685Add state_checkpoint_interval to Recurly stream
0.4.02022-01-289866Revamp Recurly Schema and add more resources
0.3.22022-01-208617Update connector fields title/description
0.3.12022-01-109382Source Recurly: avoid loading all accounts when importing account coupon redemptions
0.3.02021-12-088468Support Incremental Sync Mode