From 4f8d6e6b7e662062aea84c690d84eb7135a82344 Mon Sep 17 00:00:00 2001 From: Marcos Wesley Date: Wed, 2 Aug 2023 10:40:36 -0300 Subject: [PATCH] chore(tap_suiteql): Add replication_key (#42) --- 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),