Skip to content

Commit 576e203

Browse files
authored
Merge pull request #53707 from weslbo/DP-750-updates
added videos
2 parents 7405b80 + 50025e0 commit 576e203

15 files changed

Lines changed: 21 additions & 9 deletions

learn-pr/wwl-databricks/implement-lakeflow-jobs/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 Lakeflow Jobs in Azure Databricks"
7-
ms.date: 12/07/2025
7+
ms.date: 03/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/2-create-lakeflow-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create job setup and configuration
44
metadata:
55
title: Create Job Setup and Configuration
66
description: Learn how to create and configure a Lakeflow Job in Azure Databricks, including setting up tasks, selecting compute resources, organizing task dependencies, and configuring job access permissions.
7-
ms.date: 01/15/2026
7+
ms.date: 03/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/3-configure-job-triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Configure job triggers
44
metadata:
55
title: Configure Job Triggers
66
description: Learn how to configure job triggers in Lakeflow Jobs including table update triggers, file arrival triggers, and continuous triggers for automated data pipeline execution.
7-
ms.date: 12/07/2025
7+
ms.date: 03/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/4-schedule-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Schedule a job
44
metadata:
55
title: Schedule a Job
66
description: Learn how to schedule Lakeflow Jobs in Azure Databricks using simple intervals or advanced cron expressions to automate your data pipelines.
7-
ms.date: 01/15/2026
7+
ms.date: 03/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/5-configure-job-alerts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Configure job alerts
44
metadata:
55
title: Configure Job Alerts
66
description: Learn how to configure job alerts and notifications in Azure Databricks, including notification events, system destinations, and best practices for avoiding alert fatigue.
7-
ms.date: 12/07/2025
7+
ms.date: 03/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/6-configure-job-automatic-restarts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Configure automatic restarts
44
metadata:
55
title: Configure Automatic Restarts
66
description: Learn how to configure automatic restarts and retry policies for Lakeflow Jobs in Azure Databricks to handle transient failures and maintain pipeline reliability.
7-
ms.date: 12/07/2025
7+
ms.date: 03/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/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/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/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/05/2026
88
author: weslbo
99
ms.author: wedebols
1010
ms.topic: unit

learn-pr/wwl-databricks/implement-lakeflow-jobs/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=2c80d1c5-45cc-482c-87ae-35e7369f26c0]
2+
13
Data pipelines rarely succeed when run manually at arbitrary times. **Production workloads** demand automation—jobs that execute reliably, respond to data changes, and recover from failures without human intervention. **Lakeflow Jobs** in Azure Databricks provides the **orchestration layer** that transforms ad hoc data processing into robust, automated workflows.
24

35
Building effective data pipelines requires more than writing transformation logic. You need to configure how tasks execute, when they run, and what happens when something goes wrong. A well-designed job coordinates multiple tasks with proper **dependencies**, allocates appropriate **compute resources**, and maintains visibility through alerts and notifications. Without these capabilities, even the best data transformations become operational liabilities that require constant monitoring and manual restarts.

learn-pr/wwl-databricks/implement-lakeflow-jobs/includes/2-create-lakeflow-job.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=cc9a82b0-d30e-437c-87cb-e96240966031]
2+
13
When you need to automate data processing or orchestrate multiple operations in Azure Databricks, you create a **Lakeflow Job**. A job coordinates tasks, manages their execution order, and allocates compute resources to run your workloads reliably.
24

35
In this unit, you learn how to create and configure a Lakeflow Job, including setting up tasks, selecting compute resources, and organizing task dependencies.

0 commit comments

Comments
 (0)