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 4fcd42c commit a4bd5deCopy full SHA for a4bd5de
tinybird/datasources/dub.datasource
@@ -6,7 +6,7 @@ TAGS "dub"
6
SCHEMA >
7
`event_time` DateTime64(3) `json:$.tinybirdIngestTime` DEFAULT now(),
8
`event_type` String `json:$.event` DEFAULT 'unknown',
9
- `event` JSON `json:$` DEFAULT '{}'
+ `event` JSON(max_dynamic_types=2, max_dynamic_paths=16) `json:$` DEFAULT '{}'
10
11
ENGINE "MergeTree"
12
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
0 commit comments