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 f274d3b commit 4265c4aCopy full SHA for 4265c4a
tinybird/datasources/mailgun.datasource
@@ -21,5 +21,5 @@ SCHEMA >
21
`user_variables` JSON `json:$.record.event-data.user-variables` DEFAULT '{}'
22
23
ENGINE "MergeTree"
24
-ENGINE_PARTITION_KEY "toYYYYMM(timestamp)"
25
-ENGINE_SORTING_KEY "event, timestamp"
+ENGINE_PARTITION_KEY "toYYYYMM(date)"
+ENGINE_SORTING_KEY "event, date"
0 commit comments