google_calendar source

google_calendar.event_colors

pass

Event color palette entries

Join this table to `google_calendar.events.color_id` to resolve event

no filters captured 2026-09-01 13:05:45Zmedian 6908 ms
Verdict: TRUE

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

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal26903 ms6908 ms6913 ms[2, 2]0
list26895 ms6902 ms6909 ms[2, 2]0
json-extract26908 ms6948 ms6988 ms[2, 2]0
aggregate26990 ms7023 ms7056 ms[2, 2]0
edge26913 ms6913 ms6914 ms[2, 2]0

Latency per trial

minimalmedian 6908ms
t16913mst26903ms
scale: 0–6913 ms
listmedian 6902ms
t16909mst26895ms
scale: 0–6909 ms
json-extractmedian 6948ms
t16908mst26988ms
scale: 0–6988 ms
aggregatemedian 7023ms
t17056mst26990ms
scale: 0–7056 ms
edgemedian 6913ms
t16913mst26914ms
scale: 0–6914 ms

Probe variants — every command + output

minimal2 trials
min 6903ms · median 6908ms · max 6913ms · rows 2,2

smallest query

Command
SELECT id, background, foreground FROM google_calendar.event_colors LIMIT 1
Trials + output
trial 1·6913ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
trial 2·6903ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
list2 trials
min 6895ms · median 6902ms · max 6909ms · rows 2,2

all event colors

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

typed JSON alongside color

Command
SELECT id, background, json_as_text(raw, 'background') AS raw_bg FROM google_calendar.event_colors LIMIT 5
Trials + output
trial 1·6908ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+---------+": "+----+------------+---------+"
}
columns (1)
+----+------------+---------+
trial 2·6988ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+---------+": "+----+------------+---------+"
}
columns (1)
+----+------------+---------+
aggregate2 trials
min 6990ms · median 7023ms · max 7056ms · rows 2,2

color totals

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

edge: larger limit

Command
SELECT id, background, foreground FROM google_calendar.event_colors LIMIT 200
Trials + output
trial 1·6913ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----+------------+------------+": "+----+------------+------------+"
}
columns (1)
+----+------------+------------+
trial 2·6914ms·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
minimalt16913ms2ok+----+------------+------------+
minimalt26903ms2ok+----+------------+------------+
listt16909ms2ok+----+------------+------------+
listt26895ms2ok+----+------------+------------+
json-extractt16908ms2ok+----+------------+---------+
json-extractt26988ms2ok+----+------------+---------+
aggregatet17056ms2ok+----+-----------+
aggregatet26990ms2ok+----+-----------+
edget16913ms2ok+----+------------+------------+
edget26914ms2ok+----+------------+------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

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