Skip to content

Commit d84354d

Browse files
committed
rename 'pct_pages' to 'percent' in metric SQL query
1 parent dfec8ba commit d84354d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/reports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const config = {
111111
ROUND(SAFE_DIVIDE(
112112
COUNTIF(SAFE.BOOL(custom_metrics.other.llms_txt_validation.valid)),
113113
COUNT(0)
114-
) * 100, 2) AS pct_pages
114+
) * 100, 2) AS percent
115115
FROM ${ctx.ref('crawl', 'pages')}
116116
WHERE
117117
date = '${params.date}'

0 commit comments

Comments
 (0)