Skip to content

Commit

Permalink
Merge pull request #12 from leukeleu/completedAt
Browse files Browse the repository at this point in the history
Add completedAt field to cycles stream
  • Loading branch information
wadevries authored Oct 24, 2023
2 parents 3f09275 + 21bf841 commit 7d3a35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tap_linear/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -62,6 +63,7 @@ class CyclesStream(LinearStream):
endsAt
progress
updatedAt
completedAt
uncompletedIssuesUponClose {
nodes {
id
Expand Down

0 comments on commit 7d3a35d

Please sign in to comment.