library · inferred from evidence
jobs.Task
A class in the Databricks SDK for Python, used to define tasks within a job.
- Fix AttributeError when setting depends_on in Databricks job tasks
Passing plain strings to `depends_on` broke with `AttributeError: str object has no attribute as_dict`. The correct shape is a list of `jobs.TaskDependency` objects, e.g.