Databricks Certified Data Engineer Associate — Question 139
A Databricks single-task workflow fails due to an error in a notebook. The data engineer fixes the mistake in the notebook.
What should the data engineer do to rerun the workflow?
Answer options
- A. Repair the task
- B. Repair the run
- C. Restart the Cluster
- D. Swap the cluster
Correct answer: B
Explanation
The correct action is to repair the run, which allows the data engineer to restart the workflow with the updated notebook. Repairing the task alone does not address the run status, while restarting or swapping the cluster is unnecessary when the issue is specifically with the notebook code.