[source-stripe] Make subscription_items & invoice_line_items able to use Incremental sync mode #48426
Closed
1 task done
Labels
area/connectors
Connector related issues
community
connectors/source/stripe
team/connectors-python
type/bug
Something isn't working
Connector Name
source-stripe
Connector Version
5.6.2
What step the error happened?
During the sync
Relevant information
We have subscriptions for our app, but even if we only get a couple of new subscriptions every day, whenever Airbyte runs, it has to load every single
Invoice Line Item
andSubscription Item
, making the sync rather ineffective, especially when using Airbyte Cloud.For instance, we have a total 24k Invoice Line Items in DB, but even if we get 13 new invoices in our hourly AirByte sync, every hour all of them are being refreshed.
Same for
Subscription Items
, having loaded just 5 new subscriptions, we still had to refresh all 7.5k items.As can be seen, there is not even an option to use
Incremental
modes here.I'd be open to implement the change myself, but I'd need some pointers.
Relevant log output
No response
Contribute
The text was updated successfully, but these errors were encountered: