Skip to content

Commit

Permalink
fix: Add churned Accounts to Vitally import (#27042)
Browse files Browse the repository at this point in the history
  • Loading branch information
simfish85 authored Dec 19, 2024
1 parent 79aafcb commit e76c819
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get_resource(name: str, is_incremental: bool) -> EndpointResource:
"params": {
"limit": 100,
"sortBy": "updatedAt",
"status": "activeOrChurned",
"updatedAt": {
"type": "incremental",
"cursor_path": "updatedAt",
Expand Down

0 comments on commit e76c819

Please sign in to comment.