Skip to content

Commit a019682

Browse files
feat: Log a stream's bookmark (if it's avaiable) when its sync starts (#2775)
1 parent 39f7325 commit a019682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

singer_sdk/streams/core.py

+2
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ def _write_starting_replication_value(self, context: types.Context | None) -> No
440440
else:
441441
value = self.compare_start_date(value, start_date_value)
442442

443+
self.logger.info("Starting incremental sync with bookmark value: %s", value)
444+
443445
write_starting_replication_value(state, value)
444446

445447
def get_replication_key_signpost(

0 commit comments

Comments
 (0)