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 33684f3 commit 6c1ffa0Copy full SHA for 6c1ffa0
tinybird/datasources/mailgun.datasource
@@ -6,7 +6,7 @@ TAGS "mailgun"
6
7
SCHEMA >
8
`event_time` DateTime `json:$.tinybirdIngestTime` DEFAULT now(),
9
- `event_type` String `json:$.event` DEFAULT 'unknown',
+ `event_type` String `json:$.event-data.event` DEFAULT 'unknown',
10
`event` JSON `json:$` DEFAULT '{}'
11
12
ENGINE "MergeTree"
0 commit comments