From eb253382b74176de75642c6f89fce944eddb9886 Mon Sep 17 00:00:00 2001 From: Vadym Mariiechko Date: Thu, 14 May 2026 07:46:07 +0200 Subject: [PATCH 1/2] Add video demo section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9bf99c2..3459a2d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ A custom template for [Declarative Automation Bundles](https://docs.databricks.com/aws/en/dev-tools/bundles/) that generates production-ready, multi-environment projects with configurable compute, permissions, and CI/CD pipelines. +## Demo + +[![Watch: Spin Up a Databricks Project in Minutes: DABs Template Walkthrough](https://img.youtube.com/vi/-5PztHN3g70/hqdefault.jpg)](https://www.youtube.com/watch?v=-5PztHN3g70) + ## Why This Template? Setting up a production-grade Databricks project involves many decisions: environment isolation, compute configuration, RBAC permissions, service principal setup, CI/CD pipelines, and Unity Catalog schemas. This template encodes proven patterns for all of these so you can go from zero to a deployable bundle in minutes, not days. From c35fe159df32f204506d3b881310d161f60be801 Mon Sep 17 00:00:00 2001 From: Vadim Mariiechko Date: Thu, 14 May 2026 07:55:13 +0200 Subject: [PATCH 2/2] Enhance demo section with video thumbnail alignment --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3459a2d..a6ec59c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ A custom template for [Declarative Automation Bundles](https://docs.databricks.c ## Demo -[![Watch: Spin Up a Databricks Project in Minutes: DABs Template Walkthrough](https://img.youtube.com/vi/-5PztHN3g70/hqdefault.jpg)](https://www.youtube.com/watch?v=-5PztHN3g70) +
+ + Watch the video + +
## Why This Template?