diff --git a/posthog/temporal/data_imports/pipelines/hubspot/__init__.py b/posthog/temporal/data_imports/pipelines/hubspot/__init__.py index 081efc8847be7..879e3dca74e8d 100644 --- a/posthog/temporal/data_imports/pipelines/hubspot/__init__.py +++ b/posthog/temporal/data_imports/pipelines/hubspot/__init__.py @@ -46,7 +46,7 @@ THubspotObjectType = Literal["company", "contact", "deal", "ticket", "quote"] -@dlt.source(name="hubspot") +@dlt.source(name="hubspot", max_table_nesting=0) def hubspot( api_key: str, refresh_token: str,