LazyDatabricks
Guide

Jobs

Monitor and manage Databricks jobs with LazyDatabricks

The Jobs screen provides visibility into scheduled and triggered job runs.

Three-Pane Hierarchy

Press j from any screen to open the Jobs view. The screen uses a three-pane hierarchy:

  1. Jobs pane - List of all jobs
  2. Runs pane - Runs for the selected job
  3. Detail pane - Details of the selected run

Keybindings

KeyAction
TabSwitch to next pane
Shift+TabSwitch to previous pane
EnterDrill down into selection
EscBack up one pane
rRefresh jobs list
nRun job now (requires armed)
cCancel run (requires armed, if active)
RRerun job (requires armed, if completed)
lView logs for selected run

Run States

StateDescription
RUNNINGJob is currently executing
SUCCEEDEDJob completed successfully
FAILEDJob failed with an error
CANCELEDJob was manually canceled
PENDINGJob is queued to run
SKIPPEDJob run was skipped

Viewing Run History

  1. Select a job in the Jobs pane
  2. Press Tab to move to the Runs pane
  3. Navigate runs with arrow keys
  4. Press Tab again to see run details
  5. Press Esc to move back up the hierarchy

Triggering a Job

Triggering requires Armed Mode:

  1. Press A to arm
  2. Select the job
  3. Press n to run now
  4. The new run appears in the runs pane

Canceling a Run

  1. Press A to arm
  2. Navigate to a running job's run
  3. Press c to cancel

Viewing Logs

  1. Select a run in the Runs pane
  2. Press l to view logs

On this page