Skip to content

Commit 514b3bf

Browse files
Merge pull request #53742 from weslbo/DP-750-updates
added videos
2 parents 12f31eb + f19c6c0 commit 514b3bf

15 files changed

Lines changed: 21 additions & 9 deletions

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to implementing development lifecycle processes in Azure Databricks"
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/2-apply-version-control-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Apply Git version control best practices
44
metadata:
55
title: Apply Git Version Control Best Practices
66
description: Learn how to apply version control best practices using Git folders in Azure Databricks, including cloning repositories, working on branches, committing changes, and keeping your repository organized.
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/3-manage-branching-pull-requests-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Manage branching and pull requests
44
metadata:
55
title: Manage Branching and Pull Requests
66
description: Learn how to manage Git branching, pull requests, and conflict resolution in Azure Databricks Git folders for collaborative development workflows.
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/4-implement-testing-strategy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implement testing strategy
44
metadata:
55
title: Implement Testing Strategy
66
description: Learn how to implement a testing strategy including unit tests, integration tests, end-to-end tests, and user acceptance testing (UAT) in Azure Databricks.
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/5-configure-package-databricks-asset-bundles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Configure and package DABs
44
metadata:
55
title: Configure and Package DABs
66
description: Learn how to configure and customize Databricks Asset Bundles (DABs) for deployment automation, including bundle configuration structure, variables, resources, and deployment targets.
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/6-deploy-bundle-databricks-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Deploy bundle with Databricks CLI
44
metadata:
55
title: Deploy Bundle with Databricks CLI
66
description: Learn how to deploy data asset bundles to Azure Databricks using CLI commands, including validation, deployment planning, and troubleshooting common issues.
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 12/07/2025
7+
ms.date: 03/09/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/includes/1-introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=31cbad27-483b-4952-a0fc-0e52a1a460f4]
2+
13
Building reliable data engineering solutions in Azure Databricks requires more than writing code that works—it demands processes that enable collaboration, ensure quality, and support consistent deployments across environments. When data pipelines grow in complexity and team members contribute simultaneously, you need systematic approaches to track changes, validate code, and move work from development to production reliably.
24

35
Azure Databricks integrates with established development practices through **Git folders**, which bring version control directly into your workspace. This integration lets you clone repositories, create branches, commit changes, and collaborate with team members without leaving your development environment. Combined with **Databricks Asset Bundles (DABs)**, you gain an infrastructure-as-code approach for defining and deploying jobs, pipelines, and other resources consistently across workspaces.

learn-pr/wwl-databricks/implement-development-lifecycle-processes-in-azure-databricks/includes/2-apply-version-control-git.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=09b1546c-02c8-4441-b020-a0f296417232]
2+
13
Data engineering projects require systematic tracking of code changes, collaboration across teams, and the ability to **reproduce work reliably**. When you apply version control best practices using Git within Azure Databricks, you establish a foundation for professional development workflows. **Git folders** integrate directly into your workspace, providing a visual interface for managing repositories without leaving your development environment.
24

35
## Understand Git folders in Azure Databricks

0 commit comments

Comments
 (0)