Skip to content

Commit

Permalink
Addressed timeout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FastLee committed Mar 18, 2024
1 parent 0e885e9 commit d0abee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/databricks/labs/ucx/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,9 @@ def run(self):
[
self._create_dashboards,
self._create_database,
self._workflows_installer.create_jobs,
],
)

self._workflows_installer.create_jobs()
readme_url = self._create_readme()
logger.info(f"Installation completed successfully! Please refer to the {readme_url} for the next steps.")

Expand Down

0 comments on commit d0abee2

Please sign in to comment.