github source

github.errors

fail

List CODEOWNERS errors

Requires owner and repo. Most useful optional filters: ref. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo captured 2026-08-31 06:03:37Zmedian 27960 ms
Verdict: FALSE

All variants failed: 0 errors, 0 successful.

What to do

Probe returned 0 rows but no error
empty

Either the resource genuinely has no data for your filter values, or the SQL is returning an empty set silently.

Try: `SELECT COUNT(*) FROM github.errors WHERE owner='?' AND repo='?'`
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal229928 ms30834 ms31741 ms[0, 0]0
realistic226871 ms27960 ms29050 ms[0, 0]0
edge230305 ms38277 ms46250 ms[0, 0]0

Latency per trial

minimalmedian 30834ms
t129928mst231741ms
scale: 0–31741 ms
realisticmedian 27960ms
t126871mst229050ms
scale: 0–29050 ms
edgemedian 38277ms
t146250mst230305ms
scale: 0–46250 ms

Probe variants — every command + output

minimal2 trials
min 29928ms · median 30834ms · max 31741ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.errors WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·29928ms·rows 0isError=false
columns (10)
columnkindlinemessageownerpathrefreposourcesuggestion
trial 2·31741ms·rows 0isError=false
columns (10)
columnkindlinemessageownerpathrefreposourcesuggestion
realistic2 trials
min 26871ms · median 27960ms · max 29050ms · rows 0,0

typical user query

Command
SELECT * FROM github.errors WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·26871ms·rows 0isError=false
columns (10)
columnkindlinemessageownerpathrefreposourcesuggestion
trial 2·29050ms·rows 0isError=false
columns (10)
columnkindlinemessageownerpathrefreposourcesuggestion
edge2 trials
min 30305ms · median 38277ms · max 46250ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.errors WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·46250ms·rows 0isError=false
columns (10)
columnkindlinemessageownerpathrefreposourcesuggestion
trial 2·30305ms·rows 0isError=false
columns (10)
columnkindlinemessageownerpathrefreposourcesuggestion

All returned rowsacross all non-errored trials · filterable · paginated

0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.

Column profile

10 columns actually returned by coral. Catalog claims "2 required filter(s)": "owner, repo". Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1column00empty
2kind00empty
3line00empty
4message00empty
5owner00empty
6path00empty
7ref00empty
8repo00empty
9source00empty
10suggestion00empty

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt129928ms0ok
minimalt231741ms0ok
realistict126871ms0ok
realistict229050ms0ok
edget146250ms0ok
edget230305ms0ok

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Requires owner and repo. Most useful optional filters: ref. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
Columns coral returned (10)
columnkindlinemessageownerpathrefreposourcesuggestion
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:03:37Z
JSON record: reports/github/tables/errors.json
first_run_at: 2026-08-31T06:03:37Z
last_retried_at: 2026-08-31T06:03:37Z
retry_count: 0
View version history →