airbytehq/PyAirbyte

๐Ÿ› Bug: Syncs show "0 records" synced in the summary without mentioning that the sync was in incremental mode (no *new* records)

Closed this issue ยท 3 comments

This has frequently been a cause of confusion for users. When PyAirbyte is syncing after the first sync, the fact that it is using incremental logic is not obvious in the print statements and summaries. So "0 records" synced looks like a bug, when in reality there's just nothing new since the last sync operation.

@aaronsteers assign me this one, already raised the pr for other issues

@aaronsteers a nice logger msg showing this is incremental sync, should be enough for this one,
and also adding if you want to use full referesh use force_full_refresh as args
LMK

Closing as complete (merged). Thank you, @avirajsingh7 !