Skip to content

Commit 4fcd42c

Browse files
committed
event type
1 parent 3058f8d commit 4fcd42c

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
@@ -5,7 +5,7 @@ TAGS "dub"
55

66
SCHEMA >
77
`event_time` DateTime64(3) `json:$.tinybirdIngestTime` DEFAULT now(),
8-
`event_type` String `json:$.type` DEFAULT 'unknown',
8+
`event_type` String `json:$.event` DEFAULT 'unknown',
99
`event` JSON `json:$` DEFAULT '{}'
1010

1111
ENGINE "MergeTree"

0 commit comments

Comments
 (0)