Skip to content

Latest commit

History

History
24 lines (17 loc) 路 1.27 KB

File metadata and controls

24 lines (17 loc) 路 1.27 KB

Databricks Workflow Pause/Unpause Utility 鈴革笍鈻讹笍

Databricks

Introduction

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.

Use Cases

This notebook is helpful for:

  1. Operational Testing: Unpause workflows for testing in controlled environments.
  2. Scheduled Job Auditing: Quickly identify and control active scheduled jobs via keyword filtering.
  3. Temporary Suppression: Suppress scheduled job execution during holidays or system maintenance.
  4. Bulk Control: Apply pause/unpause actions across many jobs with a single keyword-driven command.

Parameters

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