
Explanation:
A Job can consist of a single Task. Dependencies and multi-task DAGs are optional; the minimal valid Job is one Task that performs the required work.
You are creating a Lakeflow Job to orchestrate a workflow. In its simplest form, what is the minimum structure required for a valid job?
A
A pipeline and a dashboard
B
At least two tasks so dependencies can be defined
C
A notebook and a SQL task combined
D
A single task that defines the work to execute
No comments yet.