google_calendar source

google_calendar.calendar_colors

pass

Calendar color palette entries

Join this table to `google_calendar.calendars.color_id` to resolve

no filters captured 2026-09-01 13:03:26Zmedian 6961 ms
Verdict: TRUE

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

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal26948 ms6961 ms6974 ms[2, 2]0
list26897 ms6920 ms6943 ms[2, 2]0
json-extract26894 ms6909 ms6924 ms[2, 2]0
aggregate26870 ms6881 ms6893 ms[2, 2]0
edge26915 ms6974 ms7034 ms[2, 2]0

Latency per trial

minimalmedian 6961ms
t16948mst26974ms
scale: 0–6974 ms
listmedian 6920ms
t16897mst26943ms
scale: 0–6943 ms
json-extractmedian 6909ms
t16924mst26894ms
scale: 0–6924 ms
aggregatemedian 6881ms
t16870mst26893ms
scale: 0–6893 ms
edgemedian 6974ms
t17034mst26915ms
scale: 0–7034 ms

Probe variants — every command + output

minimal2 trials
min 6948ms · median 6961ms · max 6974ms · rows 2,2

smallest query

Command
SELECT id, background, foreground FROM google_calendar.calendar_colors LIMIT 1
Trials + output
trial 1·6948ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
trial 2·6974ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
list2 trials
min 6897ms · median 6920ms · max 6943ms · rows 2,2

all calendar colors

Command
SELECT id, background, foreground FROM google_calendar.calendar_colors ORDER BY id LIMIT 25
Trials + output
trial 1·6897ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
trial 2·6943ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
json-extract2 trials
min 6894ms · median 6909ms · max 6924ms · rows 2,2

typed JSON alongside color

Command
SELECT id, background, json_as_text(raw, 'background') AS raw_bg, json_as_text(raw, 'foreground') AS raw_fg FROM google_calendar.calendar_colors LIMIT 5
Trials + output
trial 1·6924ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+---------+---------+": "+----+------------+---------+---------+"
}
columns (1)
+----+------------+---------+---------+
trial 2·6894ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+---------+---------+": "+----+------------+---------+---------+"
}
columns (1)
+----+------------+---------+---------+
aggregate2 trials
min 6870ms · median 6881ms · max 6893ms · rows 2,2

color totals

Command
SELECT COUNT(*) AS n, COUNT(DISTINCT background) AS unique_bg FROM google_calendar.calendar_colors
Trials + output
trial 1·6870ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+-----------+": "+----+-----------+"
}
columns (1)
+----+-----------+
trial 2·6893ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+-----------+": "+----+-----------+"
}
columns (1)
+----+-----------+
edge2 trials
min 6915ms · median 6974ms · max 7034ms · rows 2,2

edge: larger limit

Command
SELECT id, background, foreground FROM google_calendar.calendar_colors LIMIT 200
Trials + output
trial 1·7034ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
trial 2·6915ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+

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

20 rows stored · 40 returned · page 1/1
-10+----+------------+------------+
01+----+------------+------------+
12+----+------------+------------+
23+----+------------+------------+
-14+----+------------+------------+
05+----+------------+------------+
16+----+------------+------------+
27+----+------------+------------+
-18+----+------------+---------+---------+
09+----+------------+---------+---------+
110+----+------------+---------+---------+
211+----+------------+---------+---------+
-112+----+-----------+
013+----+-----------+
114+----+-----------+
215+----+-----------+
-116+----+------------+------------+
017+----+------------+------------+
118+----+------------+------------+
219+----+------------+------------+

Column profile

1 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1+----+------------+------------+string128"+----+------------+------------+"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt16948ms2ok+----+------------+------------+
minimalt26974ms2ok+----+------------+------------+
listt16897ms2ok+----+------------+------------+
listt26943ms2ok+----+------------+------------+
json-extractt16924ms2ok+----+------------+---------+---------+
json-extractt26894ms2ok+----+------------+---------+---------+
aggregatet16870ms2ok+----+-----------+
aggregatet26893ms2ok+----+-----------+
edget17034ms2ok+----+------------+------------+
edget26915ms2ok+----+------------+------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Join this table to `google_calendar.calendars.color_id` to resolve
Columns coral returned (1)
+----+------------+------------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:03:26Z
JSON record: reports/google_calendar/tables/calendar_colors.json
first_run_at: 2026-09-01T13:03:26Z
last_retried_at: 2026-09-01T13:03:26Z
retry_count: 1
View version history →