Skip to content

Commit a95ab32

Browse files
authored
chore: update health score sink (#3848)
1 parent 3c75154 commit a95ab32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/libs/tinybird/pipes/health_score_sink.pipe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SQL >
66
slug,
77
if(isNaN(overallScore), null, overallScore) as overallScore,
88
if(isNaN(securityPercentage), null, securityPercentage) as securityPercentage,
9+
securityCategoryPercentage,
910
if(isNaN(contributorPercentage), null, contributorPercentage) as contributorPercentage,
1011
if(isNaN(popularityPercentage), null, popularityPercentage) as popularityPercentage,
1112
if(isNaN(developmentPercentage), null, developmentPercentage) as developmentPercentage,

0 commit comments

Comments
 (0)