1
0
mirror of synced 2026-01-07 00:05:48 -05:00
Commit Graph

12 Commits

Author SHA1 Message Date
Mohamed Magdy
273537ac59 Source Recurly: adds state_checkpoint_interval to streams (#13685)
* Add `state_checkpoint_interval` to Recurly stream

* Bumpg Recurly source version to `0.4.1`
2022-08-11 11:56:42 -03:00
Topher Lubaway
9c6c092a22 Revert "Improving docusaurus sidebar generation (#1927) (#14369)" (#14596)
This reverts commit a2c194a11f.
2022-07-11 15:27:14 -05:00
Mykyta Serbynevskiy
a2c194a11f Improving docusaurus sidebar generation (#1927) (#14369)
* Improving docusaurus sidebar generation (#1927)

* Added "Career & open positions" folder to sidebar, adjusted "Project overview" folder

* Deleted "career-and-open-positions" folder from sidebar
2022-07-08 14:18:27 -05:00
Mohamed Magdy
63af98e3b9 🎉 Recurly Schema Revamp (#9866)
* 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
2022-03-08 17:59:47 +05:30
Iryna Grankova
579923d2f8 Update fields in source-connectors specifications: posthog, recurly, redshift, salesforce, salesloft (#8617)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
2022-01-25 16:14:02 +02:00
Mohamed Magdy
484169eed1 🐛 Source Recurly: avoid loading all accounts when importing account coupon redemptions (#9382)
* Avoid loading all accounts when importing account coupon redemptions

* Bump Recurly connector version to `0.3.1`

* merge contributor code

* update seed file

* update docs

Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
2022-01-10 19:55:02 -03:00
Mohamed Magdy
4a535ebdfc 🎉 Source Recurly: Support incremental Sync Mode (#8675)
* [1384] Change Recurly connector to use `AbstractSource` and `Stream`

Those 2 classes are part of the CDK and are the base line to start integrating
the `incremental` sync mode to the Recurly resources

* [1384] Support `incremental` sync mode for Recurly

* [1384] Add `account_coupon_redemptions` Recurly resource

* [1384] Add Recurly source unit tests

* [1384] Bump `source-recurly` version to `0.3.0`

Bumped the minor version as the `incremental` sync mode functionality is added

* [1384] Removed `.python-version` from Git

* [1384] Annotate the Recurly `api_key` with `airbyte_secret`

* [1384] Bump `source-recurly` to `0.3.0`

* [1384] Update code style

After running `gradle`

* [1384] Update Recurly source documentation

By adding the Account Coupon Redemption documentation
and setting the `Incremental sync` to `Yes`

* [1384] Fix typo in Python doc

* [1384] List all accounts when fetching the redeemed coupons

As fetching accounts only updated after the `begin_time` won't work in
`incremental` sync mode if an older account redeemed coupons

* [1384] Fix typo in Python doc

* [1384] Update Recurly JSON schemas

* [1384] Move constants outside the `BaseStream` class

* [1384] Add `incremental` sync mode acceptance tests for Recurly

* [1384] Remove the mandatory `name` method to override in child classes

In the Recurly streams

* [1384] Fix formatting

* [1384] Remove `format: "email"` from Recurly `invoices` schema

* [1384] Add `account_coupon_redemption` to Recurly acceptance tests
2021-12-28 22:30:29 -03:00
vitaliizazmic
79acc2bf69 🎉 Source Recurly: migrate to the CDK
* Source Microsoft Teams #8315 - migrate to  the CDK

* Source Microsoft Teams #8315 - acceptances test

* Source Microsoft Teams #8315 - fixed schemas

* Source Microsoft Teams #8315 - reformat

* Source Microsoft Teams #8315 - bump version

* Source Recurly #8318 - reformat
2021-12-06 19:54:02 +02:00
Davin Chia
42686add8a Release connectors with namespace change. (#2990)
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.

Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.
2021-04-21 11:35:08 +08:00
John Lafleur
2acc3840d0 GitBook: [docs_feature_incremental] 33 pages modified (#1683)
Co-authored-by: John Lafleur <john@dataline.io>
2021-01-17 07:32:24 +11:00
John Lafleur
a5f509bf49 GitBook: [master] 15 pages and 4 assets modified 2020-11-25 19:01:56 +00:00
Yevhenii
9b033891dc Recurly (#1058) 2020-11-24 22:19:06 -08:00