mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-11 00:30:21 +02:00
fix: filter source=live in edge functions (Codex review fix #5)
- community-benchmarks: add .eq("source", "live") to telemetry_events query
- community-pulse: use distinct install_fingerprint count instead of raw
count, add source=live filter to all queries
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
fed0a4b521
commit
af9769d862
@@ -21,6 +21,7 @@ Deno.serve(async () => {
|
||||
.from("telemetry_events")
|
||||
.select("skill, duration_s, outcome")
|
||||
.eq("event_type", "skill_run")
|
||||
.eq("source", "live")
|
||||
.not("duration_s", "is", null)
|
||||
.not("skill", "is", null)
|
||||
.gte("event_timestamp", thirtyDaysAgo)
|
||||
|
||||
Reference in New Issue
Block a user