From bcc1efbf2f4876293e3975137b812155992ca43e Mon Sep 17 00:00:00 2001 From: Dennis Bunskoek Date: Fri, 5 Jan 2024 12:00:39 +0100 Subject: [PATCH] include archived issues --- tap_linear/streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_linear/streams.py b/tap_linear/streams.py index 1f8fd4e..ace0f8b 100644 --- a/tap_linear/streams.py +++ b/tap_linear/streams.py @@ -182,6 +182,7 @@ class IssuesStream(LinearStream): first: 35 after: $next filter: { updatedAt: { gt: $replicationKeyValue } } + includeArchived: true ) { nodes { id