ODA User Guide
Jobs
Configure, run, and monitor pipeline jobs and executions.
Jobs are the execution and orchestration layer of Data Studio. They package pipeline intent into runnable units that can be triggered manually or on schedule, with optional notifications and tags for logical grouping. This mirrors ODA's operational model where tagging, scheduling, and monitoring are central to managing end-to-end data pipelines.
From a system perspective, the Jobs experience is split into configured jobs and execution history (runs). The All Jobs view focuses on job definitions, ownership, trigger mode, and latest run health, while the Runs view provides run-by-run observability with status, timestamps, duration, and searchable history. Data Studio continuously reconciles job metadata with latest pipeline activity so operators can quickly detect failures, review logs, and take corrective actions without leaving the platform.
The Ask Optra button is embedded in the Jobs page header, giving you immediate access to AI assistance for pipeline questions, run diagnostics, or general guidance while you are working in the execution view.
Create a Job
To create a job definition, follow the steps below.
- Open
Data Studio > Jobs. - Stay on
All Jobstab. - Click
Create. - Fill in required fields:
Name,Project, andTags. - Optionally enable:
Schedule,Notifications, andRun job on creation. - Click
Create.
Run and Monitor Jobs
To run and monitor jobs, follow the steps below.
- Click any row to open job details modal.
Overviewtab shows project, tags, schedule, created time.- Click
Run Nowfor immediate execution. Runstab shows run history/status.Settingstab lets editable users pause/resume/remove schedule and manage notifications.
Use Runs Tab (Global)
To review run history from the global Runs tab, follow the steps below.
- Switch to
Runstab. - Search by run attributes.
- Adjust date range.
- Click a run row to open run log modal.
What the System Does Behind the Scenes
- Lists jobs scoped to your account.
- Joins each job with latest pipeline run for quick status.
- Applies filters (
q,limit,offset, date window for runs). - On create/update, validates role (
manage_data) and persists changes. - If schedule is active, schedules worker jobs; if paused/removed, cancels queued schedules.
Run Nowinserts a pipeline run record and enqueues worker execution.