Skip to content

Commit

Permalink
Merge pull request #24 from jared-rimmer/fix/ticket-stream-sort-order
Browse files Browse the repository at this point in the history
  • Loading branch information
jecolvin authored Jul 8, 2024
2 parents 2c08cf0 + f9a44ec commit a72e31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_gorgias/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a72e31a

Please sign in to comment.