jam
10/03/2022, 9:47 PMmeltano run <tap_name>
a state datetime from the last run is printed to stdout. But when I inspect the class object for my stream the closest thing I can find is the stream_state
which has a replication_key_signpost
, but I don't think the signpost is what I'm looking for because it doesn't match the state datetime in stdout. Any advice?jam
10/04/2022, 12:06 AMStream.get_starting_timestamp
function, incase anyone has a similar question!