databricks-deploy-integration
Installation
SKILL.md
Databricks Deploy Integration
Overview
Deploy Databricks jobs and pipelines using Databricks Asset Bundles (DABs). Asset Bundles provide infrastructure-as-code for deploying jobs, notebooks, DLT pipelines, and ML models across workspaces with proper environment isolation and CI/CD integration.
Prerequisites
- Databricks CLI v0.200+ installed (
databrickscommand) - Workspace access with appropriate permissions
- Service principal for automated deployments
databricks.ymlbundle configuration
Instructions
Step 1: Initialize Asset Bundle
# Create new bundle from template
databricks bundle init
# Or manually create databricks.yml
Related skills