This notebook enables safe and efficient pausing or unpausing of scheduled Databricks jobs based on a user-defined keyword. It is ideal for operational testing, deployment workflows, and temporary job management.
This notebook is helpful for:
- Operational Testing: Unpause workflows for testing in controlled environments.
- Scheduled Job Auditing: Quickly identify and control active scheduled jobs via keyword filtering.
- Temporary Suppression: Suppress scheduled job execution during holidays or system maintenance.
- Bulk Control: Apply pause/unpause actions across many jobs with a single keyword-driven command.
| Name | Description | Default | Allowed Values |
|---|---|---|---|
KEYWORD |
Required string to match in job names | (empty) | Any string |
OPERATION |
Action to apply to matching jobs | PAUSE | PAUSE, UNPAUSE |