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.
2 parents 5f3849a + 9f24b60 commit 4349b87Copy full SHA for 4349b87
tinybird/datasources/knock.datasource
@@ -8,8 +8,8 @@ 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`
+ `data` JSON `json:$.data` DEFAULT '{}',
+ `event_data` JSON `json:$.event_data` DEFAULT '{}'
13
14
15
ENGINE "MergeTree"
0 commit comments