We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79e01d commit 6b9e283Copy full SHA for 6b9e283
…ird/datasources/stripe_events.datasource tinybird/datasources/stripe.datasourcetinybird/datasources/stripe_events.datasource renamed to tinybird/datasources/stripe.datasource
@@ -1,5 +1,8 @@
1
-DESCRIPTION >
2
- Stripe Setup Intent Events Data Source - Time series data for tracking Stripe events
+TOKEN "append" APPEND
+
3
+# Refer to https://docs.stripe.com/api/events/object for the event schemas
4
5
+TAGS "sentry"
6
7
SCHEMA >
8
`id` String `json:$.id`,
@@ -13,5 +16,4 @@ SCHEMA >
13
16
14
17
ENGINE "MergeTree"
15
18
ENGINE_PARTITION_KEY "toYYYYMM(created)"
-ENGINE_SORTING_KEY "type, created"
-ENGINE_SETTINGS "index_granularity=8192"
19
+ENGINE_SORTING_KEY "type, created"
0 commit comments