Skip to main content

Web UI Overview

The dltHub Runtime Web UI is your dashboard for monitoring pipelines, managing jobs, and collaborating with your team. Open it from the CLI with dlt runtime dashboard or navigate to your workspace at dlthub.app.

The sidebar provides access to all workspace pages:

PageWhat it shows
DashboardWorkspace health at a glance -- metrics, charts, and recent activity
JobsAll batch and interactive jobs with run history
PipelinesAggregated dlt pipeline metrics (success rates, rows loaded, durations)
DatasetsLoad activity across all data targets
NotebooksRunning Marimo and Streamlit apps
MCPsRunning Model Context Protocol servers
Deployment & ConfigCurrent code and configuration versions
SettingsWorkspace info, members, and roles

Common UI elements

Time range selector

Most pages include a time range selector in the header. This controls the data shown in all tables and charts on the page. Presets include last 24 hours, 7 days, 30 days, 90 days, last year, or a custom date range.

Status badges

Runs and pipelines show color-coded status badges:

  • Pending (blue) -- queued for execution
  • Starting (blue) -- being initialized
  • Running (blue, animated) -- currently executing
  • Completed (green) -- finished successfully
  • Failed (red) -- encountered an error
  • Cancelled (gray) -- manually stopped

Context menus

Most table rows and detail pages include a context menu (three-dot icon) with actions like starting a run, cancelling, managing schedules, or archiving. Available actions depend on your workspace role.

Telemetry charts

Pipeline and dataset pages include interactive charts showing trends over time (runs, rows loaded, bytes, duration). Charts auto-bucket by hour, day, week, or month depending on the selected time range. Click the view toggles (All, Runs, Rows, Bytes, Duration) to focus on specific metrics.