Skip to content

Commit 89c0b21

Browse files
committed
refactor: drop unused coveredCategoryWeight from healthScoreV2 query (IN-1249)
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 427f07a commit 89c0b21

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

services/libs/tinybird/pipes/health_score_v2.pipe

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ SQL >
9595
m.maintainerHealthScoreV2 AS maintainerHealthScoreV2,
9696
s.securitySupplyChainScoreV2 AS securitySupplyChainScoreV2,
9797
d.developmentActivityScoreV2 AS developmentActivityScoreV2,
98-
(
99-
if(m.maintainerHealthScoreV2 IS NOT NULL, 40, 0)
100-
+ if(s.securitySupplyChainScoreV2 IS NOT NULL, 35, 0)
101-
+ if(d.developmentActivityScoreV2 IS NOT NULL, 25, 0)
102-
) AS coveredCategoryWeight,
10398
(
10499
if(m.maintainerHealthScoreV2 IS NOT NULL, 1, 0)
105100
+ if(s.securitySupplyChainScoreV2 IS NOT NULL, 1, 0)

0 commit comments

Comments
 (0)