Why does Meltano get at least 1 record even if it has retrieved it in the previous run and the replication key is updated?
For example:
record 1: 10:00 AM, data
record 2: 11:00 AM, data
record 3: 11:30 AM, data
In the first run we get all the records.
Now in the second run we get:
record 3: 11:30 AM, data
In all the following runs we get record 3 (if no data is added to the source after record 3)