diff --git a/tap_stella_connect/streams.py b/tap_stella_connect/streams.py index 03edf63..1e6032f 100644 --- a/tap_stella_connect/streams.py +++ b/tap_stella_connect/streams.py @@ -16,7 +16,7 @@ class DataStream(TapStellaConnectStream): name = "data" path = "/data" primary_keys: t.ClassVar[list[str]] = ["id"] - replication_key = "request_created_at" + replication_key = "response_received_at" schema = th.PropertiesList( th.Property("uuid", th.StringType),