github source

github.repo_action_oidc_customization_sub

pass

Get the customization template for an OIDC subject claim 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 07:57:58Zmedian 43313 ms
Verdict: TRUE

All variants returned rows on ≥2 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal233541 ms34882 ms36223 ms[1, 1]0
realistic237070 ms43313 ms49557 ms[1, 1]0
edge230239 ms42391 ms54543 ms[1, 1]0

Latency per trial

minimalmedian 34882ms
t136223mst233541ms
scale: 0–36223 ms
realisticmedian 43313ms
t149557mst237070ms
scale: 0–49557 ms
edgemedian 42391ms
t130239mst254543ms
scale: 0–54543 ms

Probe variants — every command + output

minimal2 trials
min 33541ms · median 34882ms · max 36223ms · rows 1,1

smallest valid query

Command
SELECT * FROM github.repo_action_oidc_customization_sub WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·36223ms·rows 1isError=false
First row (click to expand JSON)
{
  "include_claim_keys": "",
  "owner": "anomalyco",
  "repo": "opencode",
  "use_default": "true"
}
columns (4)
include_claim_keysownerrepouse_default
trial 2·33541ms·rows 1isError=false
First row (click to expand JSON)
{
  "include_claim_keys": "",
  "owner": "anomalyco",
  "repo": "opencode",
  "use_default": "true"
}
columns (4)
include_claim_keysownerrepouse_default
realistic2 trials
min 37070ms · median 43313ms · max 49557ms · rows 1,1

typical user query

Command
SELECT * FROM github.repo_action_oidc_customization_sub WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·49557ms·rows 1isError=false
First row (click to expand JSON)
{
  "include_claim_keys": "",
  "owner": "anomalyco",
  "repo": "opencode",
  "use_default": "true"
}
columns (4)
include_claim_keysownerrepouse_default
trial 2·37070ms·rows 1isError=false
First row (click to expand JSON)
{
  "include_claim_keys": "",
  "owner": "anomalyco",
  "repo": "opencode",
  "use_default": "true"
}
columns (4)
include_claim_keysownerrepouse_default
edge2 trials
min 30239ms · median 42391ms · max 54543ms · rows 1,1

edge: larger limit

Command
SELECT * FROM github.repo_action_oidc_customization_sub WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·30239ms·rows 1isError=false
First row (click to expand JSON)
{
  "include_claim_keys": "",
  "owner": "anomalyco",
  "repo": "opencode",
  "use_default": "true"
}
columns (4)
include_claim_keysownerrepouse_default
trial 2·54543ms·rows 1isError=false
First row (click to expand JSON)
{
  "include_claim_keys": "",
  "owner": "anomalyco",
  "repo": "opencode",
  "use_default": "true"
}
columns (4)
include_claim_keysownerrepouse_default

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

6 rows stored · 6 returned · page 1/1
10anomalycoopencodetrue
21anomalycoopencodetrue
12anomalycoopencodetrue
23anomalycoopencodetrue
14anomalycoopencodetrue
25anomalycoopencodetrue

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)
1include_claim_keys06empty
2ownerstring60"anomalyco"
3repostring60"opencode"
4use_defaultstring60"true"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt136223ms1okinclude_claim_keys, owner, repo
minimalt233541ms1okinclude_claim_keys, owner, repo
realistict149557ms1okinclude_claim_keys, owner, repo
realistict237070ms1okinclude_claim_keys, owner, repo
edget130239ms1okinclude_claim_keys, owner, repo
edget254543ms1okinclude_claim_keys, owner, repo

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)
include_claim_keysownerrepouse_default
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:57:58Z
JSON record: reports/github/tables/repo_action_oidc_customization_sub.json
first_run_at: 2026-08-31T07:57:58Z
last_retried_at: 2026-08-31T07:57:58Z
retry_count: 0
View version history →