From e95e841bcf243b4b7bc51e47bbb5fcb4f0f13de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 26 Nov 2024 17:07:57 -0600 Subject: [PATCH] feat: Log a stream's bookmark (if it's avaiable) when its sync starts --- singer_sdk/streams/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/singer_sdk/streams/core.py b/singer_sdk/streams/core.py index fc99b82b0..82172e101 100644 --- a/singer_sdk/streams/core.py +++ b/singer_sdk/streams/core.py @@ -440,6 +440,8 @@ def _write_starting_replication_value(self, context: types.Context | None) -> No else: value = self.compare_start_date(value, start_date_value) + self.logger.info("Starting incremental sync with bookmark value: %s", value) + write_starting_replication_value(state, value) def get_replication_key_signpost(