From 7b4b2f0a97d7335b62e099fb546e1054e501ad4a Mon Sep 17 00:00:00 2001 From: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:11:30 +0100 Subject: [PATCH] icon name --- definitions/output/reports/tech_report_technologies.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/definitions/output/reports/tech_report_technologies.js b/definitions/output/reports/tech_report_technologies.js index c8fecad2..210e8199 100644 --- a/definitions/output/reports/tech_report_technologies.js +++ b/definitions/output/reports/tech_report_technologies.js @@ -42,6 +42,7 @@ technologies AS ( SELECT name AS technology, description, + icon, STRING_AGG(DISTINCT category, ', ' ORDER BY category ASC) AS category, categories AS category_obj FROM ${ctx.ref('wappalyzer', 'technologies')} AS technologies @@ -49,7 +50,8 @@ technologies AS ( GROUP BY technology, description, - categories + categories, + icon ), total_pages AS ( @@ -63,6 +65,7 @@ total_pages AS ( SELECT technology, description, + icon, category, category_obj, origins @@ -75,6 +78,7 @@ UNION ALL SELECT 'ALL' AS technology, NULL AS description, + NULL AS icon, NULL AS category, NULL AS category_obj, STRUCT(