Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a Databricks job, the task clean_data failed, but tasks dependent on clean_data still needed to be executed. What is the correct outcome in this scenario?
clean_data
A
All tasks preceding clean_data will be rolled back due to its failure.
B
Only the successful operations of the failed clean_data task will be rolled back.
C
No rollback occurs; any completed operations, such as writes to disk or Delta table before clean_data failed, remain unchanged.
D
Every task that depends on clean_data will fail.
E
Tasks dependent on clean_data will proceed according to the execution plan.