Skip to content

Commit 9f24b60

Browse files
committed
add defaults
1 parent 5f3849a commit 9f24b60

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)