github source
fail
View version history →
github.repo_property_values
failGet 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
emptyEither 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
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 28802 ms | 34398 ms | 39994 ms | [0, 0] | 0 |
| realistic | 2 | 41569 ms | 42747 ms | 43926 ms | [0, 0] | 0 |
| edge | 2 | 37141 ms | 39113 ms | 41086 ms | [0, 0] | 0 |
Latency per trial
minimalmedian 34398ms
scale: 0–39994 ms
realisticmedian 42747ms
scale: 0–43926 ms
edgemedian 39113ms
scale: 0–41086 ms
Probe variants — every command + output
minimal
2 trialsmin 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 1Trials + output
trial 1·28802ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
trial 2·39994ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
realistic
2 trialsmin 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 25Trials + output
trial 1·43926ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
trial 2·41569ms·rows 0isError=false
columns (4)
ownerproperty_namerepovalue
edge
2 trialsmin 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 200Trials + 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.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | owner | — | 0 | 0 | empty |
| 2 | property_name | — | 0 | 0 | empty |
| 3 | repo | — | 0 | 0 | empty |
| 4 | value | — | 0 | 0 | empty |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 28802ms | 0 | ok | — |
| minimal | t2 | 39994ms | 0 | ok | — |
| realistic | t1 | 43926ms | 0 | ok | — |
| realistic | t2 | 41569ms | 0 | ok | — |
| edge | t1 | 41086ms | 0 | ok | — |
| edge | t2 | 37141ms | 0 | ok | — |
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:09ZJSON record:
reports/github/tables/repo_property_values.jsonfirst_run_at:
2026-08-31T08:31:09Zlast_retried_at:
2026-08-31T08:31:09Zretry_count:
0