Skip to main content

Jobs

The Jobs page lists all batch and interactive jobs in your workspace and provides access to run history, scheduling, and job management.

Jobs page

Jobs table

The top table shows all jobs (scripts) in your workspace:

ColumnDescription
NameJob name with an icon indicating type
TypeBatch (pipeline scripts) or Interactive (notebooks, apps, MCPs)
Public LinkWhether the job has a public sharing link
ProfileThe execution profile (e.g., prod for batch, access for interactive)
Last RunTimestamp and status of the most recent run
Next RunWhen the next scheduled run will execute
ScheduleCron expression with human-readable description

Filters

  • Status: Active or Archived
  • Type: All, Batch, or Interactive

Actions

Click the context menu on any job row to:

  • Start a new run (batch jobs) -- triggers a new execution. See Deploy a Pipeline.
  • Open (interactive jobs) -- opens the running notebook or app. See Serve a Notebook.
  • Cancel current run -- stops a running execution. See dlt runtime cancel.
  • Manage schedule -- set or modify a cron schedule. See Schedule a Pipeline.
  • Manage public link -- create or revoke a public sharing link. See Publish and Share.
  • Archive / Unarchive -- hide completed jobs from the active list.

Click a job name to open the job detail page, which shows job metadata (entry point, profile, description), schedule info, and a full run history table.

Job detail page

Runs table

Below the jobs table, a runs table shows recent job executions across all jobs:

ColumnDescription
Job NameWhich job was executed
Run #Sequential run number
StatusCurrent status (Running, Completed, Failed, Cancelled)
TriggerHow the run was started (manual, scheduled, API)
ProfileExecution profile used
StartedWhen the run began
ElapsedRun duration (live-updating if still running)
PipelinesNumber of dlt pipelines discovered, with row counts

Filters

  • Status: All, Completed, Failed, Cancelled, Other
  • Type: All, Batch, Interactive
  • System runs: Toggle to show/hide system-generated runs

Click a run row to open the run detail page with full logs and pipeline run information.

CLI equivalents