Skip to content

Commit ac0ac69

Browse files
committed
fix: fix activityTypes Tinybird data source sorting key
1 parent 992e05e commit ac0ac69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/datasources/activityTypes.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ SCHEMA >
2121
`updatedAt` DateTime64(3) `json:$.record.updatedAt`
2222

2323
ENGINE ReplacingMergeTree
24-
ENGINE_SORTING_KEY (isCodeContribution, isCollaboration, platform)
24+
ENGINE_SORTING_KEY (platform, activityType)
2525
ENGINE_VER updatedAt

0 commit comments

Comments
 (0)