Skip to content

Commit 6b9e283

Browse files
committed
add stripe
1 parent b79e01d commit 6b9e283

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tinybird/datasources/stripe_events.datasource renamed to tinybird/datasources/stripe.datasource

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
DESCRIPTION >
2-
Stripe Setup Intent Events Data Source - Time series data for tracking Stripe events
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://docs.stripe.com/api/events/object for the event schemas
4+
5+
TAGS "sentry"
36

47
SCHEMA >
58
`id` String `json:$.id`,
@@ -13,5 +16,4 @@ SCHEMA >
1316

1417
ENGINE "MergeTree"
1518
ENGINE_PARTITION_KEY "toYYYYMM(created)"
16-
ENGINE_SORTING_KEY "type, created"
17-
ENGINE_SETTINGS "index_granularity=8192"
19+
ENGINE_SORTING_KEY "type, created"

0 commit comments

Comments
 (0)