Query Execution
Track and inspect pipeline runs across this workspace with live execution context.
Total executions
6
6 in last 24h
Success rate
50%
1 failed
Avg runtime
2304ms
Completed only
Active now
2
Progress 21%
Recent executions
Open any run for full tabular output, logs, and model activity.
- 6h agoQueued
SELECT date_trunc('day', created_at) AS day, COUNT(*) AS signups FROM users GROUP BY 1 ORDER BY 1 DESC LIMIT 30; - 6h agoProcessing42%
SELECT region, SUM(amount) FROM orders GROUP BY region; - 6h agoSuccess412ms30 rows
SELECT date_trunc('day', created_at) AS day, COUNT(*) AS signups FROM users GROUP BY 1 ORDER BY 1 DESC LIMIT 30; - 7h agoSuccess287ms18 rows
SELECT plan, COUNT(*) FROM subscriptions GROUP BY plan; - 7h agoError96ms
SELECT * FROM nonexistent_table;relation "nonexistent_table" does not exist - 8h agoSuccess2304ms1240 rows
SELECT user_id, MAX(created_at) FROM events GROUP BY user_id; - 14h agoSuccess64200ms8920 rows
-- weekly revenue rollup pipeline SELECT ...
Status mix
Distribution of execution states.
- Success4
- Processing1
- Queued1
- Error1
Throughput
Runs/hr · last 24h