We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c88052 commit ef2aac7Copy full SHA for ef2aac7
sync/databricks/integrations/_run_submit_runner.py
@@ -20,7 +20,8 @@ def apply_sync_gradient_cluster_recommendation(
20
cluster_log_url: str,
21
workspace_id: str,
22
) -> dict:
23
- if tasks := run_submit_task.get("tasks"):
+ tasks = run_submit_task.get("tasks")
24
+ if tasks:
25
if len(tasks) > 1:
26
logger.error(
27
"Unable to apply gradient configuration for run submit " "with multiple tasks."
0 commit comments