Skip to content

Commit

Permalink
update type
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Apr 25, 2024
1 parent b841c5a commit 911e0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/data_imports/pipelines/stripe/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 911e0b6

Please sign in to comment.