Skip to content

Commit d500cdf

Browse files
committed
fixed warnings
1 parent f9206b9 commit d500cdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Tasks that run code (notebooks, Python scripts, SQL files) need a source locatio
4646

4747
**DBFS/ADLS** (for Python scripts) allows you to reference files stored in volumes or cloud storage. Provide the full URI, such as `abfss://[email protected]/path/script.py`.
4848

49-
:::image type="content" source="../media/2-configure-lakeflow-task.png" alt-text="Screenshot of the lakeflow editor task configuration." lightbox="../media/2-configure-lakeflow-task":::
49+
:::image type="content" source="../media/2-configure-lakeflow-task.png" alt-text="Screenshot of the lakeflow editor task configuration." lightbox="../media/2-configure-lakeflow-task.png":::
5050

5151
## Configure compute resources
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To configure job-level notifications, follow these steps:
5050
6. Select the event types you want to trigger notifications: **Start**, **Success**, **Failure**, **Duration warning**, or **Streaming backlog**.
5151
7. Select **Save** when you finish adding notifications.
5252

53-
:::image type="content" source="../media/5-create-job-notification" alt-text="Screenshot showing job notifications dialog." lightbox="../media/5-create-job-notification":::
53+
:::image type="content" source="../media/5-create-job-notification.png" alt-text="Screenshot showing job notifications dialog." lightbox="../media/5-create-job-notification.png":::
5454

5555
Job-level notifications apply to the overall job run. However, job-level notifications aren't sent when individual tasks fail and retry. Consider this behavior when designing your notification strategy.
5656

0 commit comments

Comments
 (0)