gmail source
pass
View version history →
gmail.profile
passProfile metadata for the configured Gmail user.
Start here to confirm the connected mailbox and capture the current
no filters captured 2026-09-01 13:44:50Zmedian 6994 ms
Verdict: TRUE
All variants returned rows on ≥2 of 3 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 6986 ms | 6994 ms | 7002 ms | [2, 2] | 0 |
| list | 2 | 6977 ms | 6997 ms | 7017 ms | [2, 2] | 0 |
| json-extract | 2 | 6991 ms | 7018 ms | 7046 ms | [2, 2] | 0 |
| aggregate | 2 | 7034 ms | 7050 ms | 7067 ms | [4, 4] | 0 |
| edge | 2 | 7020 ms | 7039 ms | 7059 ms | [2, 2] | 0 |
Latency per trial
minimalmedian 6994ms
scale: 0–7002 ms
listmedian 6997ms
scale: 0–7017 ms
json-extractmedian 7018ms
scale: 0–7046 ms
aggregatemedian 7050ms
scale: 0–7067 ms
edgemedian 7039ms
scale: 0–7059 ms
Probe variants — every command + output
minimal
2 trialsmin 6986ms · median 6994ms · max 7002ms · rows 2,2
smallest query (single row)
Command
SELECT email_address, messages_total, threads_total, history_id FROM gmail.profile LIMIT 1Trials + output
trial 1·7002ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------+---------------+------------+": "+----------------------+----------------+---------------+------------+"
}columns (1)
+----------------------+----------------+---------------+------------+
trial 2·6986ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------+---------------+------------+": "+----------------------+----------------+---------------+------------+"
}columns (1)
+----------------------+----------------+---------------+------------+
list
2 trialsmin 6977ms · median 6997ms · max 7017ms · rows 2,2
profile snapshot
Command
SELECT email_address, messages_total, threads_total, history_id FROM gmail.profile LIMIT 1Trials + output
trial 1·7017ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------+---------------+------------+": "+----------------------+----------------+---------------+------------+"
}columns (1)
+----------------------+----------------+---------------+------------+
trial 2·6977ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------+---------------+------------+": "+----------------------+----------------+---------------+------------+"
}columns (1)
+----------------------+----------------+---------------+------------+
json-extract
2 trialsmin 6991ms · median 7018ms · max 7046ms · rows 2,2
typed JSON
Command
SELECT email_address, json_as_text(raw, 'emailAddress') AS raw_email, json_as_text(raw, 'historyId') AS raw_history FROM gmail.profile LIMIT 1Trials + output
trial 1·6991ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------------+-------------+": "+----------------------+----------------------+-------------+"
}columns (1)
+----------------------+----------------------+-------------+
trial 2·7046ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------------+-------------+": "+----------------------+----------------------+-------------+"
}columns (1)
+----------------------+----------------------+-------------+
aggregate
2 trialsmin 7034ms · median 7050ms · max 7067ms · rows 4,4
profile row count
Command
SELECT COUNT(*) AS n FROM gmail.profileTrials + output
trial 1·7034ms·rows 4isError=false
First row (click to expand JSON)
{
"+---+": "n"
}columns (1)
+---+
trial 2·7067ms·rows 4isError=false
First row (click to expand JSON)
{
"+---+": "n"
}columns (1)
+---+
edge
2 trialsmin 7020ms · median 7039ms · max 7059ms · rows 2,2
edge: same single-row shape
Command
SELECT email_address, messages_total FROM gmail.profile LIMIT 1Trials + output
trial 1·7020ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------+": "+----------------------+----------------+"
}columns (1)
+----------------------+----------------+
trial 2·7059ms·rows 2isError=false
First row (click to expand JSON)
{
"+----------------------+----------------+": "+----------------------+----------------+"
}columns (1)
+----------------------+----------------+
All returned rowsacross all non-errored trials · filterable · paginated
20 rows stored · 48 returned · page 1/1
| -1 | 0 | +----------------------+----------------+---------------+------------+ | — | — | — |
| 0 | 1 | +----------------------+----------------+---------------+------------+ | — | — | — |
| 1 | 2 | +----------------------+----------------+---------------+------------+ | — | — | — |
| 2 | 3 | +----------------------+----------------+---------------+------------+ | — | — | — |
| -1 | 4 | +----------------------+----------------+---------------+------------+ | — | — | — |
| 0 | 5 | +----------------------+----------------+---------------+------------+ | — | — | — |
| 1 | 6 | +----------------------+----------------+---------------+------------+ | — | — | — |
| 2 | 7 | +----------------------+----------------+---------------+------------+ | — | — | — |
| -1 | 8 | — | +----------------------+----------------------+-------------+ | — | — |
| 0 | 9 | — | +----------------------+----------------------+-------------+ | — | — |
| 1 | 10 | — | +----------------------+----------------------+-------------+ | — | — |
| 2 | 11 | — | +----------------------+----------------------+-------------+ | — | — |
| -1 | 12 | — | — | n | — |
| 0 | 13 | — | — | n | — |
| 1 | 14 | — | — | n | — |
| 2 | 15 | — | — | n | — |
| -1 | 16 | — | — | — | +----------------------+----------------+ |
| 0 | 17 | — | — | — | +----------------------+----------------+ |
| 1 | 18 | — | — | — | +----------------------+----------------+ |
| 2 | 19 | — | — | — | +----------------------+----------------+ |
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 | +----------------------+----------------+---------------+------------+ | string | 8 | 12 | "+----------------------+----------------+---------------+---" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 7002ms | 2 | ok | +----------------------+----------------+---------------+------------+ |
| minimal | t2 | 6986ms | 2 | ok | +----------------------+----------------+---------------+------------+ |
| list | t1 | 7017ms | 2 | ok | +----------------------+----------------+---------------+------------+ |
| list | t2 | 6977ms | 2 | ok | +----------------------+----------------+---------------+------------+ |
| json-extract | t1 | 6991ms | 2 | ok | +----------------------+----------------------+-------------+ |
| json-extract | t2 | 7046ms | 2 | ok | +----------------------+----------------------+-------------+ |
| aggregate | t1 | 7034ms | 4 | ok | +---+ |
| aggregate | t2 | 7067ms | 4 | ok | +---+ |
| edge | t1 | 7020ms | 2 | ok | +----------------------+----------------+ |
| edge | t2 | 7059ms | 2 | ok | +----------------------+----------------+ |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Start here to confirm the connected mailbox and capture the currentColumns coral returned (1)
+----------------------+----------------+---------------+------------+
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:44:50ZJSON record:
reports/gmail/tables/profile.jsonfirst_run_at:
2026-09-01T13:44:50Zlast_retried_at:
2026-09-01T13:44:50Zretry_count:
1