We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3179f82 commit a5194f1Copy full SHA for a5194f1
1 file changed
definitions/output/reports/tech_report_categories.js
@@ -73,9 +73,6 @@ technology_stats AS (
73
category_obj AS categories,
74
origins.mobile AS mobile_origins
75
FROM ${ctx.ref('reports', 'tech_report_technologies')}
76
- GROUP BY
77
- technology,
78
- categories
79
)
80
81
SELECT
0 commit comments