Skip to content

Commit a4bd5de

Browse files
committed
type
1 parent 4fcd42c commit a4bd5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/dub.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TAGS "dub"
66
SCHEMA >
77
`event_time` DateTime64(3) `json:$.tinybirdIngestTime` DEFAULT now(),
88
`event_type` String `json:$.event` DEFAULT 'unknown',
9-
`event` JSON `json:$` DEFAULT '{}'
9+
`event` JSON(max_dynamic_types=2, max_dynamic_paths=16) `json:$` DEFAULT '{}'
1010

1111
ENGINE "MergeTree"
1212
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

0 commit comments

Comments
 (0)