github source
partial
View version history →
github.meta_get_all_versions
partialGet all API versions
Works without WHERE filters. Use LIMIT for spot checks; large result sets paginate quickly.
no filters captured 2026-08-31 06:43:41Zmedian 29883 ms
Verdict: PARTIAL
1 errors across trials but 3 variants returned data.
What to do
Some variants failed
partialInvestigate which variants returned empty rows and which errored. The failing variant often has the missing filter shape.
Re-probe with smaller LIMIT to isolate the failing variant.Unrecognized error
unknownInspect the raw error and add a rule to scripts/analyze_failures.py.
View the error under Probe variants → first trial → error block.rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 32396 ms | 41338 ms | 50281 ms | [1, 1] | 0 |
| realistic | 2 | 29883 ms | 29883 ms | 29883 ms | [2, 0] | 1 |
| edge | 2 | 50292 ms | 55242 ms | 60193 ms | [2, 2] | 0 |
Latency per trial
minimalmedian 41338ms
scale: 0–50281 ms
realisticmedian 29883ms
scale: 0–29883 ms
edgemedian 55242ms
scale: 0–60193 ms
Probe variants — every command + output
minimal
2 trialsmin 32396ms · median 41338ms · max 50281ms · rows 1,1
smallest valid query (no filters)
Command
SELECT * FROM github.meta_get_all_versions LIMIT 1Trials + output
trial 1·50281ms·rows 1isError=false
First row (click to expand JSON)
{
"json": "2026-03-10"
}columns (1)
json
trial 2·32396ms·rows 1isError=false
First row (click to expand JSON)
{
"json": "2026-03-10"
}columns (1)
json
realistic
2 trialsmin 29883ms · median 29883ms · max 29883ms · rows 2,0
typical user query (no filters)
Command
SELECT * FROM github.meta_get_all_versions LIMIT 25Trials + output
trial 1·29883ms·rows 2isError=false
First row (click to expand JSON)
{
"json": "2026-03-10"
}columns (1)
json
trial 2·-1ms·rows 0isError=true
Error
timeoutedge
2 trialsmin 50292ms · median 55242ms · max 60193ms · rows 2,2
edge: larger limit, no filters
Command
SELECT * FROM github.meta_get_all_versions LIMIT 200Trials + output
trial 1·60193ms·rows 2isError=false
First row (click to expand JSON)
{
"json": "2026-03-10"
}columns (1)
json
trial 2·50292ms·rows 2isError=false
First row (click to expand JSON)
{
"json": "2026-03-10"
}columns (1)
json
All returned rowsacross all non-errored trials · filterable · paginated
8 rows stored · 8 returned · page 1/1
| 1 | 0 | 2026-03-10 |
| 2 | 1 | 2026-03-10 |
| 1 | 2 | 2026-03-10 |
| 1 | 3 | 2022-11-28 |
| 1 | 4 | 2026-03-10 |
| 1 | 5 | 2022-11-28 |
| 2 | 6 | 2026-03-10 |
| 2 | 7 | 2022-11-28 |
Column profile
1 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | json | string | 5 | 0 | "2026-03-10" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 50281ms | 1 | ok | json |
| minimal | t2 | 32396ms | 1 | ok | json |
| realistic | t1 | 29883ms | 2 | ok | json |
| realistic | t2 | -1ms | 0 | error | — |
| edge | t1 | 60193ms | 2 | ok | json |
| edge | t2 | 50292ms | 2 | ok | json |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Works without WHERE filters. Use LIMIT for spot checks; large result sets paginate quickly.Columns coral returned (1)
json
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T06:43:41ZJSON record:
reports/github/tables/meta_get_all_versions.jsonfirst_run_at:
2026-08-31T06:43:41Zlast_retried_at:
2026-08-31T06:43:41Zretry_count:
0