github source

github.repo_property_values

fail

Get all custom property values for a repository

Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo captured 2026-08-31 08:31:09Zmedian 42747 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.repo_property_values WHERE owner='?' AND repo='?'`
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal228802 ms34398 ms39994 ms[0, 0]0
realistic241569 ms42747 ms43926 ms[0, 0]0
edge237141 ms39113 ms41086 ms[0, 0]0

Latency per trial

minimalmedian 34398ms
t128802mst239994ms
scale: 0–39994 ms
realisticmedian 42747ms
t143926mst241569ms
scale: 0–43926 ms
edgemedian 39113ms
t141086mst237141ms
scale: 0–41086 ms

Probe variants — every command + output

minimal2 trials
min 28802ms · median 34398ms · max 39994ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.repo_property_values WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·28802ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
trial 2·39994ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
realistic2 trials
min 41569ms · median 42747ms · max 43926ms · rows 0,0

typical user query

Command
SELECT * FROM github.repo_property_values WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·43926ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
trial 2·41569ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
edge2 trials
min 37141ms · median 39113ms · max 41086ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.repo_property_values WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·41086ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
trial 2·37141ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue

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

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

#ColumnInferred typeNon-nullNullsSample value(s)
1owner00empty
2property_name00empty
3repo00empty
4value00empty

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt128802ms0ok
minimalt239994ms0ok
realistict143926ms0ok
realistict241569ms0ok
edget141086ms0ok
edget237141ms0ok

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
Columns coral returned (4)
ownerproperty_namerepovalue
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:31:09Z
JSON record: reports/github/tables/repo_property_values.json
first_run_at: 2026-08-31T08:31:09Z
last_retried_at: 2026-08-31T08:31:09Z
retry_count: 0
View version history →