product · inferred from evidence
Databricks job
A job construct within the Databricks platform, used to define and execute tasks.
- 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.