* Cleanup Recurly connector schemas
* Add more Recurly schemas to the connector
- `billing_infos`
- `shipping_addresses`
- `shipping_methods`
- `subscription_changes`
* Add Recurly `add-on` resouce
* Add Recurly's account notes resource schema
* Add unique coupons to Recurly source
* Add credit payments to Recurly connector
* Add Recurly resources to integration tests configurations
* Bump Recurly source version to `0.4.0`
* Add `line_items` Recurly resource
* Add `line_items` to Recurly documentation
* Add missing `line_items` JSON schema
* Replace Subscription Change Recurly API call with Subscription `pending_changes` field
* Replace Recurly unique coupon codes API call with coupons `unique_coupon` field
To avoid the extra API call to import unique coupon calls
* Revert "Replace Recurly unique coupon codes API call with coupons `unique_coupon` field"
This reverts commit 1c4592d82d.
* Add `end_time` parameter to Recurly connector
* Order Recurly specs
* Set the Recurly `begin_time` and `end_time` to be optional
* Add `order` to Recurly `source_spec.yaml`
* Add `maxLength` to Recurly source schemas
* Set `maxLength` for Recurly Subscription and Transaction `uuid`
* Fix Recurly `export_dates` acceptance tests
3.3 KiB
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:
- 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.
Features
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | Yes |
| Replicate Incremental Deletes | Coming soon |
| SSL connection | Yes |
| Namespaces | No |
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.
CHANGELOG
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 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 |