Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
asnare committed Jan 7, 2025
1 parent 83afc0a commit 5dfc0e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/databricks/labs/ucx/installer/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,11 @@ def __init__(

def create_jobs(self) -> None:
remote_wheels = self._upload_wheel()
desired_workflows = {workflow for workflow, tasks in self._workflows.items()
if any(task.cloud_compatible(self._ws.config) for task in tasks.tasks())}
desired_workflows = {
workflow
for workflow, tasks in self._workflows.items()
if any(task.cloud_compatible(self._ws.config) for task in tasks.tasks())
}

wheel_runner = ""
if self._config.override_clusters:
Expand Down

0 comments on commit 5dfc0e9

Please sign in to comment.