Skip to content

Commit 4265c4a

Browse files
committed
add mailgun
1 parent f274d3b commit 4265c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinybird/datasources/mailgun.datasource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ SCHEMA >
2121
`user_variables` JSON `json:$.record.event-data.user-variables` DEFAULT '{}'
2222

2323
ENGINE "MergeTree"
24-
ENGINE_PARTITION_KEY "toYYYYMM(timestamp)"
25-
ENGINE_SORTING_KEY "event, timestamp"
24+
ENGINE_PARTITION_KEY "toYYYYMM(date)"
25+
ENGINE_SORTING_KEY "event, date"

0 commit comments

Comments
 (0)