Skip to content

Commit

Permalink
connection errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Jan 26, 2024
1 parent 859b2bd commit b515257
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def hubspot(
)


@limit_paginated_generator
def crm_objects(
object_type: str,
api_key: str,
Expand Down
2 changes: 0 additions & 2 deletions posthog/temporal/data_imports/pipelines/stripe/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -49,7 +48,6 @@ def stripe_get_data(
return response


@limit_paginated_generator
def stripe_pagination(
api_key: str,
endpoint: str,
Expand Down

0 comments on commit b515257

Please sign in to comment.