
Explanation:
Lakeflow Jobs support advanced orchestration with conditional tasks (If/Else for branching based on success/failure) and iterative tasks (For Each for looping). This directly matches the described requirements.
You are designing a Lakeflow Job that must: Branch to different downstream tasks depending on whether upstream tasks succeed or fail. Repeat a task across iterations when needed using loop-based execution. Which Lakeflow Jobs capability supports this behavior?
A
Cluster policies and compute configuration
B
Task orchestration logic, including conditional and iterative tasks
C
SQL warehouse task configurations
D
Spark Declarative Pipeline refresh task and quality rules
No comments yet.