Skip to content

Commit

Permalink
Also fetch disabled/archived users
Browse files Browse the repository at this point in the history
  • Loading branch information
wadevries committed Nov 3, 2023
1 parent 9059fba commit 157bdf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_linear/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ class UsersStream(LinearStream):
first: 100
after: $next
filter: { updatedAt: { gt: $replicationKeyValue } }
includeArchived: true
includeDisabled: true
) {
nodes {
id
Expand Down Expand Up @@ -380,6 +382,7 @@ class WorkflowStateStream(LinearStream):
first: 100
after: $next
filter: { updatedAt: { gt: $replicationKeyValue } }
includeArchived: true
) {
nodes {
id
Expand Down

0 comments on commit 157bdf5

Please sign in to comment.