From 911e0b6853cec3ab0c1890ae37db8fdb4e14e411 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 25 Apr 2024 16:44:03 -0400 Subject: [PATCH] update type --- posthog/temporal/data_imports/pipelines/stripe/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/temporal/data_imports/pipelines/stripe/helpers.py b/posthog/temporal/data_imports/pipelines/stripe/helpers.py index 75953155f69d9..f585ae51c4bd2 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/helpers.py +++ b/posthog/temporal/data_imports/pipelines/stripe/helpers.py @@ -163,7 +163,7 @@ def stripe_source( name=endpoint, write_disposition="append", columns={ - "description": {"data_type": "string", "nullable": True}, + "description": {"data_type": "text", "nullable": True}, }, )( api_key=api_key,