You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thecustomers
API which is utilized under the hood of theBankAccounts
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.
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
The text was updated successfully, but these errors were encountered: