
Ultimate access to all questions.
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?
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._