Skip to content

Demo about Deploying Databricks Asset Bundles with Azure DevOps Pipelines

Notifications You must be signed in to change notification settings

gontcharovd/databricks-dab-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploying a Databricks Asset Bundle (DAB) using Azure DevOps Pipelines

This GitHub repo contains the code discussed in the article on my website.

Contents

The project directory in the Git repository consists of just three files and a README:

.
├── README.md --> Documentation
├── azure_devops_pipeline.yml --> Azure DevOps pipeline YAML file
├── databricks.yml --> The DAB YAML file with a notebook task
└── demo_notebook.ipynb --> The minimal Databricks notebook

Objective

The DAB defines a simple Databricks job with one notebook task that reads and prints a value from a notebook widget. This DAB is deployed to a Databricks Free Edition workspace using an Azure DevOps Pipeline.

For more information, refer to the full article on my website.


About

Demo about Deploying Databricks Asset Bundles with Azure DevOps Pipelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published