databricks-jobs

Manage Databricks Jobs via Python SDK, CLI, or Asset Bundles.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/Zack2626-ok/DATN_Website-Dat-Ban-Va-Quan-Ly-Nha-Hang --skill databricks-jobs-zack2626-ok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-jobs
Source: https://github.com/Zack2626-ok/DATN_Website-Dat-Ban-Va-Quan-Ly-Nha-Hang/tree/main/.windsurf/skills/databricks-jobs
Command: npx skills add https://github.com/Zack2626-ok/DATN_Website-Dat-Ban-Va-Quan-Ly-Nha-Hang --skill databricks-jobs-zack2626-ok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires databricks, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The 'databricks-jobs' skill simplifies managing Databricks Jobs across a spectrum of use cases. From initiating ad-hoc tasks to scheduling periodic jobs and managing complex workflows, this skill reduces operational overhead by offering intuitive, centralized job management.

Core Features & Use Cases

  • Job Creation & Configuration: Efficiently craft new jobs or reuse configurations with YAML for scalability and maintainability.
  • Scheduling & Execution: Leverage Cron and triggers to execute jobs on a schedule, on file arrivals, or based on data changes.
  • Orchestration: Use dependencies to control job sequencing, enabling parallel or conditional execution based on the outcomes of other tasks.
  • Notifications: Stay informed through customizable email, webhook, and health monitoring alerts.
  • Integration: Seamlessly integrate with Python SDK, CLI, and Asset Bundles for flexible execution environments.

Quick Start

To list all Databricks Jobs, run the following command: databricks jobs list.

Frequently Asked Questions about databricks-jobs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule and run Databricks Jobs using Python SDK?

You can schedule and run Databricks Jobs using the Python SDK by leveraging Cron triggers to execute tasks on a schedule, upon file arrivals, or based on data changes. The skill simplifies this orchestration by managing task dependencies for parallel or conditional execution.

What is the best way to manage Databricks workflow orchestration and task scheduling?

The best way to manage Databricks workflow orchestration is by using task dependencies to control job sequencing. This approach enables parallel or conditional execution based on the outcomes of previous tasks, streamlining complex data workflows and reducing operational overhead.

Can I use YAML to configure Databricks Job creation at scale?

Yes, you can use YAML to efficiently craft new jobs or reuse existing configurations for Databricks Job creation. This method ensures scalability and maintainability across your data orchestration workflows.

Does Databricks job management support webhook and email notifications?

Yes, Databricks job management supports customizable email, webhook, and health monitoring alerts. This keeps you informed about job execution status and health during workflow automation.

How do I list all existing Databricks Jobs from the CLI?

To list all existing Databricks Jobs from the CLI, simply run the command `databricks jobs list`. This provides a straightforward way to view your current job configurations and execution status.

What are the limitations of using Asset Bundles for Databricks job management?

Asset Bundles, alongside the Python SDK and CLI, offer flexible execution environments for Databricks job management without strict limitations. However, users should ensure proper configuration of task dependencies and triggers to avoid unintended conditional execution or scheduling conflicts.