chintan_patel
07/11/2023, 10:22 AMChunk1
from date : 2023-01-01
end date : 2023-01-02
Chunk2
from date : 2023-01-02
end date : 2023-01-03
Chunk3
from date : 2023-01-03
end date : 2023-01-04
I want to send state message with updated replication key value ( 2023-01-02
, 2023-01-03
, 2023-01-04
) at the end of each chunk. Is there any simple way to do it from tap's client.py ?user
07/11/2023, 2:05 PMchintan_patel
07/12/2023, 5:35 AMis_sorted
false and then tap send state message with progress_marker
key. With this If backfilling gets interrupted, It restart the backfilling process because progress_marker
never gets purged.chintan_patel
07/13/2023, 12:14 PMchintan_patel
07/17/2023, 12:15 PMuser
07/17/2023, 2:01 PMuser
07/17/2023, 2:03 PM