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 3058f8d commit 4fcd42cCopy full SHA for 4fcd42c
tinybird/datasources/dub.datasource
@@ -5,7 +5,7 @@ TAGS "dub"
5
6
SCHEMA >
7
`event_time` DateTime64(3) `json:$.tinybirdIngestTime` DEFAULT now(),
8
- `event_type` String `json:$.type` DEFAULT 'unknown',
+ `event_type` String `json:$.event` DEFAULT 'unknown',
9
`event` JSON `json:$` DEFAULT '{}'
10
11
ENGINE "MergeTree"
0 commit comments