From c70c2311268ac51e2ad871c1309adf8ab85ecbf5 Mon Sep 17 00:00:00 2001 From: marcos314 Date: Wed, 2 Aug 2023 10:27:33 -0300 Subject: [PATCH] chore(tap_suiteql): Add replication_key --- tap_suiteql/streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_suiteql/streams.py b/tap_suiteql/streams.py index e6e49f3..031a4c5 100644 --- a/tap_suiteql/streams.py +++ b/tap_suiteql/streams.py @@ -311,6 +311,7 @@ class SubscriptionLineRevisionStream(suiteqlStream): name = "SubscriptionLineRevision" path = "/query/v1/suiteql" primary_keys = ["id"] + replication_key = "lastmodifieddate" schema = th.PropertiesList( th.Property("id", th.StringType), th.Property("appliedtochangeorder", th.StringType),