Ultimate access to all questions.
A Databricks workflow consists of multiple tasks, including 'DataIngestion' and 'DataValidation'. The 'DataValidation' task should only execute if 'DataIngestion' completes successfully, ensuring that no validation occurs on incomplete or missing data. As a Databricks Data Engineer, you are configuring this workflow using the Jobs UI or Jobs API. Which of the following is the most appropriate way to enforce this dependency within the job configuration?