Skip to content

Commit 6c1ffa0

Browse files
committed
mailgun type
1 parent 33684f3 commit 6c1ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/mailgun.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TAGS "mailgun"
66

77
SCHEMA >
88
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
9-
`event_type` String `json:$.event` DEFAULT 'unknown',
9+
`event_type` String `json:$.event-data.event` DEFAULT 'unknown',
1010
`event` JSON `json:$` DEFAULT '{}'
1111

1212
ENGINE "MergeTree"

0 commit comments

Comments
 (0)