Skip to content

Commit 1afca5a

Browse files
committed
fix: fix activityTypes Tinybird data source sorting key
1 parent c236f49 commit 1afca5a

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
@@ -23,5 +23,5 @@ SCHEMA >
2323
`updatedAt` DateTime64(3) `json:$.record.updatedAt`
2424

2525
ENGINE ReplacingMergeTree
26-
ENGINE_SORTING_KEY (isCodeContribution, isCollaboration, platform)
26+
ENGINE_SORTING_KEY (platform, activityType)
2727
ENGINE_VER updatedAt

0 commit comments

Comments
 (0)