Skip to content

Commit 037dda4

Browse files
committed
add knock
1 parent 1dc3604 commit 037dda4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://docs.knock.app/developer-tools/outbound-webhooks/event-types
4+
5+
TAGS "knock"
6+
7+
SCHEMA >
8+
`typename` String `json:$.__typename`,
9+
`type` String `json:$.type`,
10+
`created_at` DateTime64(3) `json:$.created_at`,
11+
`data` JSON `json:$.data`,
12+
`event_data` JSON `json:$.event_data`
13+
14+
15+
ENGINE "MergeTree"
16+
ENGINE_SORTING_KEY "type, created_at"

0 commit comments

Comments
 (0)