diff --git a/tap_gorgias/streams.py b/tap_gorgias/streams.py index 5d7c365..a496c25 100644 --- a/tap_gorgias/streams.py +++ b/tap_gorgias/streams.py @@ -28,7 +28,7 @@ class TicketsStream(GorgiasStream): path = "/api/views/{view_id}/items" primary_keys = ["id"] replication_key = "updated_datetime" - is_sorted = True + is_sorted = False # Link to the next items, if any. next_page_token_jsonpath = "$.meta.next_items"