DataOps dashboard
Widgets typically include:- Run outcomes – success, failure, skipped over the last 24 hours / 7 days
- Latency – schedule drift (did the 06:00 job start at 06:00?)
- Throughput – rows or bytes processed relative to trailing averages
- Ownership – teams responsible for the noisiest failures
- Executive view
- Engineer view
Collapse to SLA tiles: on-time loads, critical dataset freshness, open incidents.
Health metrics
Health combines recency of success, error budget consumption, and dependency availability (for example, warehouse incidents). A pipeline can be “degraded” if it completes but misses freshness targets.Quality scores
When you attach data quality nodes or contracts, the dashboard surfaces quality scores or failure counts per dataset. Drops often precede BI incidents; investigate before executives notice.Schema monitoring
Schema drift indicators compare observed columns to expected schemas or contracts. New unexpected columns, missing required fields, or type widening/narrowing appear as events you can route to alerts.Noise control
Noise control
Tune sensitivity so expected vendor experiments do not page nightly; whitelist known sandbox sources separately.
Cross-pipeline correlation
Cross-pipeline correlation
When multiple pipelines fail together, check shared infrastructure (warehouse, identity provider, DNS) before deep-diving each job.
Related topics
Diagnostics
Drill into profiling and anomalies.
Alerts
Turn dashboard signals into notifications.