databricks-jobs

Create, run, and monitor Databricks Jobs via CLI, Python SDK, or Asset Bundles.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/andregit2026/Databricks_DQ_Business --skill databricks-jobs-andregit2026
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: databricks-jobs
Source: https://github.com/andregit2026/Databricks_DQ_Business/tree/main/.claude/skills/databricks-general-skill-jobs
Command: npx skills add https://github.com/andregit2026/Databricks_DQ_Business --skill databricks-jobs-andregit2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Databricks Jobs programmatically to create, execute, and monitor complex data workflows, reducing manual toil and errors.

Core Features & Use Cases

  • Create, list, run, update, and delete Databricks Jobs via CLI, Python SDK, or Asset Bundles.
  • Trigger jobs on schedules, on-demand, or based on dependencies with built-in monitoring and notifications.
  • Use cases include production-grade ETL pipelines, cross-environment orchestration, and automated alerts on job failures.

Quick Start

Create a new Databricks job named 'daily-etl' using the Python SDK and monitor its runs.

Frequently Asked Questions about databricks-jobs

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

FAQPage Schema
How do I manage Databricks Jobs programmatically across environments?▼

You can manage Databricks Jobs programmatically across environments by using the CLI, Python SDK, or Asset Bundles to define structured job specifications and deploy production-grade data workflows with reduced manual toil.

What is the best way to automate ETL pipeline creation and monitoring in Databricks?▼

Automating ETL pipeline creation and monitoring in Databricks is best handled by defining jobs programmatically to establish clear triggers, manage dependencies, and integrate automated failure notifications for production workflows.

Can I trigger Databricks Jobs based on schedules and dependencies?▼

Yes, you can trigger Databricks Jobs on schedules, on-demand, or based on task dependencies, allowing you to orchestrate complex data workflows and cross-environment pipelines with built-in monitoring.

Does the Databricks Python SDK support automated job failure alerts?▼

Yes, managing Databricks Jobs via the Python SDK supports integrated monitoring and automated notifications, enabling you to receive alerts directly when production-grade ETL pipelines experience job failures.

When should I use Databricks Asset Bundles instead of the CLI for job management?▼

You should use Databricks Asset Bundles instead of the CLI when you need to define structured job specs as code for cross-environment orchestration, streamlining the deployment of complex data pipelines programmatically.