
Explanation:
Job parameters are defined at the Job level and provide default values that all tasks can inherit. Individual tasks can override these values as needed. This promotes consistency and reduces duplication in multi-task jobs.
You are configuring a Databricks job that runs multiple tasks. You want to define a parameter (example, input_path) whose value should apply to all tasks by default, unless overridden for a specific task. Where should you specify this parameter value?
A
In a global workspace configuration outside the job settings
B
In each task’s individual parameters settings
C
In the first task only and subsequent tasks inherit automatically
D
In the job-level “Job parameters” section when configuring the job
No comments yet.