joshua_adeyemi
08/04/2021, 7:52 PMget_replication_key_signpost
in the sdk, maybe I do not fully understand how that works. My understanding was that method is used to make sure that the replication key value that is stored is not above a certain value right? so for example, I overwrote the method to return 2021-08-04T19:08:35+00:00
(as a datetime object), but I see that the replication key value that is stored in my state is 2021-08-04T19:17:29Z
which is greater than the replication key signpost value. Am I misunderstanding what the behavior of that method should be?joshua_adeyemi
08/04/2021, 7:53 PMget_replication_key_signpost
to return 2021-08-02
(as a datetime object), but still getting the same results.aaronsteers
08/04/2021, 7:58 PMaaronsteers
08/04/2021, 8:40 PMjoshua_adeyemi
08/04/2021, 9:36 PMjoshua_adeyemi
08/04/2021, 9:37 PMjoshua_adeyemi
08/04/2021, 10:10 PM