databricks-asset-bundles

Create and manage Databricks Asset Bundles for infrastructure-as-code deployments.

4|2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-asset-bundles-alessandro9110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-asset-bundles
Source: https://github.com/alessandro9110/Speech-To-Text-With-Databricks/tree/main/.claude/skills/databricks-asset-bundles
Command: npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-asset-bundles-alessandro9110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation, configuration, and deployment of Databricks Asset Bundles (DABs), enabling robust infrastructure-as-code practices for managing Databricks resources across multiple environments.

Core Features & Use Cases

  • Project Scaffolding: Generate new DAB projects with recommended structures.
  • Resource Management: Define and deploy dashboards, pipelines, jobs, and apps.
  • Multi-Environment Deployment: Configure distinct development, staging, and production targets.
  • Use Case: You need to deploy a new Databricks dashboard and an associated ETL pipeline to both a development and a production environment. This Skill helps you define these resources in databricks.yml and manage their deployment lifecycle.

Quick Start

Use the databricks-asset-bundles skill to deploy the default target.

Frequently Asked Questions about databricks-asset-bundles

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

FAQPage Schema
How do I deploy Databricks resources using infrastructure as code?

Deploy Databricks resources using infrastructure as code by defining pipelines, dashboards, and jobs in a databricks.yml file and managing their deployment lifecycle across multiple environments. This enforces best practices for variable usage and path resolution.

What is the best way to manage Databricks jobs across dev and prod environments?

The best way to manage Databricks jobs across dev and prod environments is to configure distinct deployment targets within your Databricks Asset Bundles. This allows you to define resources once and deploy them separately to development, staging, or production.

How do I scaffold a new Databricks Asset Bundle project with a recommended structure?

Scaffold a new Databricks Asset Bundle project with a recommended structure by generating the initial configuration files. This sets up the foundational project layout required to define and deploy resources like pipelines and applications.

Does Databricks Asset Bundles support deploying Lakehouse dashboards and ETL pipelines together?

Databricks Asset Bundles supports deploying Lakehouse dashboards and ETL pipelines together by allowing you to define both resources within the same configuration file. You can manage their deployment lifecycle simultaneously across your configured environments.

Why do I need to use path resolution and variables in Databricks Asset Bundles?

You need to use path resolution and variables in Databricks Asset Bundles because the system enforces these infrastructure-as-code best practices to ensure configurations remain dynamic, portable, and maintainable across different deployment targets like dev and prod.