File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "github"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "gitlab"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.object_kind` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "knock"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "mailgun"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.event` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "orb"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "pagerduty"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.event.event_type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "resend"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "sentry"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.action` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "stripe"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TAGS "vercel"
77SCHEMA >
88 `event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
99 `event_type` String `json:$.type` DEFAULT 'unknown',
10- `event` JSON `json:$` DEFAULT '{}',
10+ `event` JSON `json:$` DEFAULT '{}'
1111
1212ENGINE "MergeTree"
1313ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
You can’t perform that action at this time.
0 commit comments