From d71d24d8ba533334a89fda508eba5eb3635462db Mon Sep 17 00:00:00 2001 From: Tom Owers Date: Mon, 26 Aug 2024 14:58:37 +0100 Subject: [PATCH] fix(data-warehouse): De-nest hubspot tables (#24423) --- posthog/temporal/data_imports/pipelines/hubspot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,