Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you specify complex job dependencies, such as conditional execution based on the outcome of preceding tasks, using the Databricks REST API?
A
Embedding custom Scala or Python code in the API payload to evaluate conditions
B
By defining a JSON configuration in the dependencies field for each task
C
Databricks REST API does not support conditional task dependencies; use Databricks Workflows instead.
D
Utilizing the chain operation to link tasks sequentially with conditional checks