We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c75154 commit a95ab32Copy full SHA for a95ab32
1 file changed
services/libs/tinybird/pipes/health_score_sink.pipe
@@ -6,6 +6,7 @@ SQL >
6
slug,
7
if(isNaN(overallScore), null, overallScore) as overallScore,
8
if(isNaN(securityPercentage), null, securityPercentage) as securityPercentage,
9
+ securityCategoryPercentage,
10
if(isNaN(contributorPercentage), null, contributorPercentage) as contributorPercentage,
11
if(isNaN(popularityPercentage), null, popularityPercentage) as popularityPercentage,
12
if(isNaN(developmentPercentage), null, developmentPercentage) as developmentPercentage,
0 commit comments