
Explanation:
In Databricks Jobs, a Job is a container that orchestrates one or more Tasks. Each Task represents a discrete unit of work (e.g., notebook, pipeline, SQL query). This hierarchical structure allows for complex workflows.
You are building a Lakeflow Job to automate a workflow that includes multiple steps, such as data preparation, model training, and validation. Which statement correctly describes how Jobs and Tasks relate in this workflow?
A
A task defines an individual unit of work, while a job orchestrates and manages the execution of one or more tasks
B
A task is optional if a job runs a pipeline
C
A job performs the actual computation, while tasks only store configuration
D
Jobs and tasks are interchangeable concepts
No comments yet.