Skip to content

Commit

Permalink
chore(data-warehouse): add description hint (#21865)
Browse files Browse the repository at this point in the history
add description hint
  • Loading branch information
EDsCODE authored Apr 25, 2024
1 parent 9572779 commit 5d4ee64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions posthog/temporal/data_imports/pipelines/stripe/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5d4ee64

Please sign in to comment.