From 2ed961583c63ce774b7de88826d6148b33ae972a Mon Sep 17 00:00:00 2001 From: Tom Owers Date: Tue, 22 Oct 2024 17:41:22 +0100 Subject: [PATCH] chore(data-warehouse): Set the stripe version when listing objects (#25729) --- posthog/temporal/data_imports/pipelines/stripe/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posthog/temporal/data_imports/pipelines/stripe/__init__.py b/posthog/temporal/data_imports/pipelines/stripe/__init__.py index 45bdd07562517..5b386aa10adba 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/__init__.py +++ b/posthog/temporal/data_imports/pipelines/stripe/__init__.py @@ -337,6 +337,7 @@ def stripe_source( }, "headers": { "Stripe-Account": account_id, + "Stripe-Version": "2024-09-30.acacia", } if account_id is not None and len(account_id) > 0 else None,