diff --git a/posthog/temporal/data_imports/pipelines/stripe/helpers.py b/posthog/temporal/data_imports/pipelines/stripe/helpers.py index 56494d3d47ce2..75bb0c7ed7044 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/helpers.py +++ b/posthog/temporal/data_imports/pipelines/stripe/helpers.py @@ -162,6 +162,9 @@ def stripe_source( stripe_pagination, name=endpoint, write_disposition="append", + columns={ + "description": {"data_type": "text", "nullable": True}, + }, )( api_key=api_key, account_id=account_id,