
Explanation:
The For Each task enables iterative execution by running a nested task once for each element in a provided array or list of inputs. This is key for batch processing or repeating logic dynamically.
What is the fundamental purpose of a For Each task in Lakeflow Jobs?
A
Defining global parameters for all tasks in a job
B
Executing the same nested task multiple times per item in an input array
C
Handling conditional branching logic
D
Running tasks sequentially with no parallel execution
No comments yet.