Managing jobs
In Opaque, a job is a secure, reviewable task that runs on encrypted data within a workspace. Jobs allow you to query, transform, or analyze data—without ever exposing sensitive information.
Opaque supports two types of jobs:
- Notebook jobs, written in Python (PySpark) or or PySpark SQL.
- No-code jobs, built using a form-based interface.
While the authoring experience differs, the underlying job lifecycle—from drafting and review to execution and result retrieval—is the same.
In this section