Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Source Stripe: Bank Accounts not syncing in full refresh/initial incremental sync modes #31555

Closed
davydov-d opened this issue Oct 18, 2023 · 0 comments

Comments

@davydov-d
Copy link
Collaborator

davydov-d commented Oct 18, 2023

A number of issues should be addressed to guarantee a complete and consistent sync for the BankAccounts stream.

  • Need to pass extra args when requesting data to expand the sources field of the customers API which is utilized under the hood of the BankAccounts stream when there is no state (full refresh or initial incremental sync).

  • Make sure that the cursor field is populated with data in the full refresh/initial incremental sync mode.

    • When fetching data from the parent stream
    • When fetching records using super().read_records(...)
  • Make sure this filter is applied in the incremental sync mode with a non-empty state.

  • Make sure all of the above is true for all the Lazy streams and LazySubstreams.

more context in thread: https://airbyte-globallogic.slack.com/archives/C02U9R3AF37/p1697571185299049

cc @katmarkham @oustynova

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants