From e342b8087332857795413606f0eb95d8a3610ac5 Mon Sep 17 00:00:00 2001 From: Eric Duong Date: Fri, 15 Dec 2023 14:18:52 -0500 Subject: [PATCH] chore(data-warehouse): add charge (#19369) add charge --- .../temporal/data_imports/pipelines/stripe/settings.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/posthog/temporal/data_imports/pipelines/stripe/settings.py b/posthog/temporal/data_imports/pipelines/stripe/settings.py index bda2939e58ab1..70de092e09412 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/settings.py +++ b/posthog/temporal/data_imports/pipelines/stripe/settings.py @@ -3,11 +3,4 @@ # the most popular endpoints # Full list of the Stripe API endpoints you can find here: https://stripe.com/docs/api. # These endpoints are converted into ExternalDataSchema objects when a source is linked. -ENDPOINTS = ( - "BalanceTransaction", - "Subscription", - "Customer", - "Product", - "Price", - "Invoice", -) +ENDPOINTS = ("BalanceTransaction", "Subscription", "Customer", "Product", "Price", "Invoice", "Charge")