File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Deploy this project to your Tinybird account and configure the webhooks for the
1313- [ Auth0 Log Streams] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-auth0-logs )
1414- [ Clerk] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-from-clerk )
1515- [ GitLab] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-from-gitlab )
16+ - [ GitHub] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-from-github )
1617- [ Orb] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-from-orb )
1718- [ PagerDuty] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-from-pagerduty )
1819- [ Resend] ( https://www.tinybird.co/docs/get-data-in/guides/ingest-from-resend )
Original file line number Diff line number Diff line change 1+ TOKEN "append" APPEND
2+
3+ # Refer to https://docs.github.com/en/webhooks/webhook-events-and-payloads
4+
5+ TAGS "github"
6+
7+ SCHEMA >
8+ `ingest_timestamp` DateTime `json:$.time` DEFAULT now(),
9+ `record` JSON `json:$`
10+
11+ ENGINE "MergeTree"
12+ ENGINE_SORTING_KEY "ingest_timestamp"
You can’t perform that action at this time.
0 commit comments