Skip to content

Commit 4349b87

Browse files
authored
Merge pull request #19 from tinybirdco/knock1
add defaults
2 parents 5f3849a + 9f24b60 commit 4349b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinybird/datasources/knock.datasource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SCHEMA >
88
`typename` String `json:$.__typename`,
99
`type` String `json:$.type`,
1010
`created_at` DateTime64(3) `json:$.created_at`,
11-
`data` JSON `json:$.data`,
12-
`event_data` JSON `json:$.event_data`
11+
`data` JSON `json:$.data` DEFAULT '{}',
12+
`event_data` JSON `json:$.event_data` DEFAULT '{}'
1313

1414

1515
ENGINE "MergeTree"

0 commit comments

Comments
 (0)