From b515257b069c686f396f1feee91bd6f5c4047f09 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 26 Jan 2024 12:19:05 -0500 Subject: [PATCH] connection errors --- posthog/temporal/data_imports/pipelines/hubspot/__init__.py | 1 - posthog/temporal/data_imports/pipelines/stripe/helpers.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/posthog/temporal/data_imports/pipelines/hubspot/__init__.py b/posthog/temporal/data_imports/pipelines/hubspot/__init__.py index 6526a9d31256a..880ce48a5c13c 100644 --- a/posthog/temporal/data_imports/pipelines/hubspot/__init__.py +++ b/posthog/temporal/data_imports/pipelines/hubspot/__init__.py @@ -98,7 +98,6 @@ def hubspot( ) -@limit_paginated_generator def crm_objects( object_type: str, api_key: str, diff --git a/posthog/temporal/data_imports/pipelines/stripe/helpers.py b/posthog/temporal/data_imports/pipelines/stripe/helpers.py index 81140f1518442..9400b4ca690ec 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/helpers.py +++ b/posthog/temporal/data_imports/pipelines/stripe/helpers.py @@ -7,7 +7,6 @@ from dlt.common import pendulum from dlt.sources import DltResource from pendulum import DateTime -from posthog.temporal.data_imports.pipelines.helpers import limit_paginated_generator stripe.api_version = "2022-11-15" @@ -49,7 +48,6 @@ def stripe_get_data( return response -@limit_paginated_generator def stripe_pagination( api_key: str, endpoint: str,