diff --git a/tap_linear/streams.py b/tap_linear/streams.py index 3c8f83a..794bd48 100644 --- a/tap_linear/streams.py +++ b/tap_linear/streams.py @@ -29,6 +29,7 @@ class CyclesStream(LinearStream): th.Property("endsAt", th.DateTimeType), th.Property("progress", th.NumberType), th.Property("updatedAt", th.DateTimeType), + th.Property("completedAt", th.DateTimeType), th.Property( "uncompletedIssuesUponClose", th.ArrayType( @@ -62,6 +63,7 @@ class CyclesStream(LinearStream): endsAt progress updatedAt + completedAt uncompletedIssuesUponClose { nodes { id