Skip to content

Commit b297ef4

Browse files
committed
update
1 parent 0350064 commit b297ef4

File tree

20 files changed

+2
-2
lines changed

20 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

databricks/sdk/jobs/v2/impl.py renamed to databricks/sdk/jobs/v2/jobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8740,7 +8740,7 @@ class SubmitTask:
87408740
"""An optional list of libraries to be installed on the cluster. The default value is an empty
87418741
list."""
87428742

8743-
new_cluster: Optional[JobsClusterSpec] = None
8743+
new_cluster: Optional[ClusterSpec] = None
87448744
"""If new_cluster, a description of a new cluster that is created for each run."""
87458745

87468746
notebook_task: Optional[NotebookTask] = None
@@ -8930,7 +8930,7 @@ def from_dict(cls, d: Dict[str, Any]) -> SubmitTask:
89308930
gen_ai_compute_task=_from_dict(d, "gen_ai_compute_task", GenAiComputeTask),
89318931
health=_from_dict(d, "health", JobsHealthRules),
89328932
libraries=_repeated_dict(d, "libraries", Library),
8933-
new_cluster=_from_dict(d, "new_cluster", JobsClusterSpec),
8933+
new_cluster=_from_dict(d, "new_cluster", ClusterSpec),
89348934
notebook_task=_from_dict(d, "notebook_task", NotebookTask),
89358935
notification_settings=_from_dict(d, "notification_settings", TaskNotificationSettings),
89368936
pipeline_task=_from_dict(d, "pipeline_task", PipelineTask),

0 commit comments

Comments
 (0)