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 1dc3604 commit 037dda4Copy full SHA for 037dda4
tinybird/datasources/knock.datasource
@@ -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