From e76c8198477144a014f743816c3cbb7683d03f58 Mon Sep 17 00:00:00 2001 From: Simon Fisher Date: Thu, 19 Dec 2024 10:38:30 +0000 Subject: [PATCH] fix: Add churned Accounts to Vitally import (#27042) --- posthog/temporal/data_imports/pipelines/vitally/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posthog/temporal/data_imports/pipelines/vitally/__init__.py b/posthog/temporal/data_imports/pipelines/vitally/__init__.py index 223513d439d7c..b01f783ea30d9 100644 --- a/posthog/temporal/data_imports/pipelines/vitally/__init__.py +++ b/posthog/temporal/data_imports/pipelines/vitally/__init__.py @@ -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",