diff --git a/tap_github/streams.py b/tap_github/streams.py index 278dd05a..18b2c349 100644 --- a/tap_github/streams.py +++ b/tap_github/streams.py @@ -683,7 +683,7 @@ class IssueEvents(IncrementalOrderedStream): replication_method = "INCREMENTAL" replication_keys = "created_at" key_properties = ["id"] - path = "issues/events?sort=created_at&direction=desc" + path = "issues/events?sort=created_at&direction=desc&per_page=100" class Events(IncrementalStream): '''