Recurly
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.
Several output streams are available from this source:
- Accounts
- Account Notes
- Account Coupon Redemptions
- Add Ons
- Billing Infos
- Coupons
- Unique Coupons
- Credit Payments
- Automated Exports
- Invoices
- Measured Units
- Line Items
- Plans
- Shipping Addresses
- Shipping Methods
- Subscriptions
- Subscription Changes
- Transactions
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Yes |
Replicate Incremental Deletes | Coming soon |
SSL connection | Yes |
Namespaces | No |
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.
- Recurly Account
- Recurly API Key
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.
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
1.3.0 | 2024-11-13 | 48474 | Remove definition and schema redundancy, update to latest CDK and make compatibility with builder |
1.2.0 | 2024-11-04 | 47290 | Migrate to manifest only format |
1.1.13 | 2024-11-04 | 48248 | Update dependencies |
1.1.12 | 2024-10-28 | 47067 | Update dependencies |
1.1.11 | 2024-10-12 | 46829 | Update dependencies |
1.1.10 | 2024-10-05 | 46456 | Update dependencies |
1.1.9 | 2024-09-28 | 46140 | Update dependencies |
1.1.8 | 2024-09-21 | 45764 | Update dependencies |
1.1.7 | 2024-09-14 | 45471 | Update dependencies |
1.1.6 | 2024-09-07 | 45274 | Update dependencies |
1.1.5 | 2024-08-31 | 45050 | Update dependencies |
1.1.4 | 2024-08-24 | 44742 | Update dependencies |
1.1.3 | 2024-08-17 | 44210 | Update dependencies |
1.1.2 | 2024-08-10 | 43472 | Update dependencies |
1.1.1 | 2024-08-03 | 43144 | Update dependencies |
1.1.0 | 2024-07-24 | 40729 | Migrate connector to low code |
1.0.12 | 2024-07-20 | 42206 | Update dependencies |
1.0.11 | 2024-07-13 | 41836 | Update dependencies |
1.0.10 | 2024-07-10 | 41500 | Update dependencies |
1.0.9 | 2024-07-09 | 41174 | Update dependencies |
1.0.8 | 2024-07-06 | 40820 | Update dependencies |
1.0.7 | 2024-06-27 | 40215 | Replaced deprecated AirbyteLogger with logging.Logger |
1.0.6 | 2024-06-25 | 40474 | Update dependencies |
1.0.5 | 2024-06-22 | 40012 | Update dependencies |
1.0.4 | 2024-06-06 | 39178 | [autopull] Upgrade base image to v1.2.2 |
1.0.3 | 2024-04-19 | 37246 | Updating to 0.80.0 CDK |
1.0.2 | 2024-04-12 | 37246 | schema descriptions |
1.0.1 | 2024-03-05 | 35828 | Bump version to unarchive supportLevel in Cloud productionDB |
1.0.0 | 2024-03-01 | 35763 | Re-introduce updated connector to catalog from archival repo |
0.5.0 | 2024-02-22 | 34622 | Republish connector using base image/Poetry, update schemas |
0.4.1 | 2022-06-10 | 13685 | Add state_checkpoint_interval to Recurly stream |
0.4.0 | 2022-01-28 | 9866 | Revamp Recurly Schema and add more resources |
0.3.2 | 2022-01-20 | 8617 | Update connector fields title/description |
0.3.1 | 2022-01-10 | 9382 | Source Recurly: avoid loading all accounts when importing account coupon redemptions |
0.3.0 | 2021-12-08 | 8468 | Support Incremental Sync Mode |