Mike Passey
08/09/2022, 11:49 AMcreated ) field for the most recent record in the Connection State e.g.:
Connection State
{
"refunds": {
"created": 1660045125
}
}
Then next time it runs, it picks up the most recent record from the previous run again. For this example I get the the same record with created=1660045125 in my output at end of first run, and start of next incremental run. So I end up having duplicates of the last/first record each time the incremental run works. E.g. it's doing something like where created >= X rather than where created > X . Is this behaviour anyone else has seen? I have to use full refresh as a workaround for now, which is of course much slower. Any help would be great! Is it a bug?