This repository contains custom templates for Databricks Asset Bundles (DAB), organized into:
app/: Templates for Databricks apps and no other resourcesjobs/: Templates for Databricks jobs and lakeflow declarative pipelinesadvanced/: Templates with complex deployment patterns
Use these templates as a starting point for creating your own Databricks Asset Bundles.
- Install the Databricks CLI:
brew tap databricks/tap
brew install databricksSee databricks-cli installation instructions for other platforms/methods.
- Create a new bundle from template:
databricks bundle init --template-dir <template_path> <destination_path>Example:
databricks bundle init https://github.com/nklc/DAB_TEMPLATES_NKLC --template-dir apps/default_app_w_warehouse .- Configure and deploy your bundle:
cd <bundle_name>
databricks bundle deploy -t dev