Skip to content

Commit

Permalink
chore(tap_suiteql): Add replication_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos314 committed Aug 2, 2023
1 parent b63005d commit c70c231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_suiteql/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c70c231

Please sign in to comment.