
Explanation:
A repair run in Databricks Jobs re-executes the failed task and any downstream tasks that depend on it. Upstream tasks that succeeded are not re-run, ensuring efficient recovery without unnecessary recomputation.
When initiating a repair run for a specific failed task, which other tasks are automatically selected for rerun?
A
Only the failed task itself
B
The failed task and all its dependent downstream tasks
C
All tasks in the job DAG
D
All upstream tasks
No comments yet.