Skip to content

Commit

Permalink
feat: Log a stream's bookmark (if it's avaiable) when its sync starts (
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 26, 2024
1 parent 39f7325 commit a019682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions singer_sdk/streams/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a019682

Please sign in to comment.