Skip to content

nklc/DAB_TEMPLATES_NKLC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Databricks Custom Bundle Templates

This repository contains custom templates for Databricks Asset Bundles (DAB), organized into:

  • app/: Templates for Databricks apps and no other resources
  • jobs/: Templates for Databricks jobs and lakeflow declarative pipelines
  • advanced/: Templates with complex deployment patterns

Getting Started

Use these templates as a starting point for creating your own Databricks Asset Bundles.

Using Templates via CLI

  1. Install the Databricks CLI:
brew tap databricks/tap
brew install databricks

See databricks-cli installation instructions for other platforms/methods.

  1. 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 .
  1. Configure and deploy your bundle:
cd <bundle_name>
databricks bundle deploy -t dev

Useful Links

About

Quickstart databricks asset bundle templates

Topics

Resources

Stars

Watchers

Forks

Languages