databricks-bundle-deploy

Package, validate, and deploy Databricks Asset Bundles across environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packaging, validating, and deploying Databricks Asset Bundles across environments is complex and error-prone without a guided workflow.

Core Features & Use Cases

  • Generate a complete bundle structure (databricks.yml, resources, and job definitions) for multi-environment deployments.
  • Validate bundles automatically to catch configuration and path issues before deployment.
  • Deploy and synchronize assets across dev, staging, and prod with governance and parameterization.

Quick Start

Create a new Databricks Asset Bundle project, then run the validate step followed by the deploy step to publish to your target environments.

Frequently Asked Questions about databricks-bundle-deploy

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

FAQPage Schema
How do I deploy Databricks Asset Bundles across multiple environments?

To deploy Databricks Asset Bundles across multiple environments, generate a complete bundle structure with databricks.yml, validate configurations to catch path issues, then deploy and synchronize assets across dev, staging, and prod with governance and parameterization.

What is a Databricks Asset Bundle and when do I need it?

A Databricks Asset Bundle is a structured packaging format for Databricks projects containing databricks.yml, resources, and job definitions. You need it for production-grade multi-environment deployment to ensure consistent bundle structure, validation, and governance across dev, staging, and prod.

Can I validate Databricks bundle configurations before deployment?

Yes, you can validate Databricks bundle configurations automatically before deployment. Validation catches configuration and path issues early, ensuring parameterization and serverless compute guidance are correctly applied to your multi-environment Databricks Asset Bundles prior to publishing.

What's the best way to structure a Databricks Asset Bundle for dev, staging, and prod?

The best way to structure a Databricks Asset Bundle for dev, staging, and prod is to generate a complete bundle structure including databricks.yml, resources, and job definitions, then apply parameterization and governance to ensure consistent deployment across all environments.

Does Databricks bundle deployment support serverless compute?

Databricks bundle deployment supports serverless compute through enforced serverless compute guidance during the packaging and deployment workflow. This ensures your multi-environment Databricks Asset Bundles are validated and configured with serverless compute parameters before publishing.

Why does my Databricks Asset Bundle deployment fail with configuration errors?

Databricks Asset Bundle deployment fails with configuration errors when bundle structure, path issues, or parameterization are incorrect. Running the automated validation step before deployment catches these configuration and path issues to ensure consistent bundle structure and governance.