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 8004bf8 commit 8fd7965Copy full SHA for 8fd7965
tinybird/datasources/gitlab_pipeline.datasource
@@ -13,8 +13,9 @@ SCHEMA >
13
`project_id` String `json:$.project.id`,
14
`project` JSON `json:$.project`,
15
`commit` JSON `json:$.commit` DEFAULT '{}',
16
+ `pipeline_id` String `json:$.source_pipeline.pipeline_id`,
17
`source_pipeline` JSON `json:$.source_pipeline` DEFAULT '{}',
18
`builds` Array(JSON) `json:$.builds[:]` DEFAULT '[]'
19
20
ENGINE "MergeTree"
-ENGINE_SORTING_KEY "project_id, user_id, source_pipeline"
21
+ENGINE_SORTING_KEY "project_id, pipeline_id, user_id"
0 commit comments