From 522bf1c0298dec8f8d3318566cdadb7b39422ee7 Mon Sep 17 00:00:00 2001 From: Animesh Jain <108515181+animeshjain7@users.noreply.github.com> Date: Sat, 22 Mar 2025 17:00:17 +0530 Subject: [PATCH] Updated the dashboard path to correct path --- src/databricks/labs/ucx/installer/workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/databricks/labs/ucx/installer/workflows.py b/src/databricks/labs/ucx/installer/workflows.py index 80280ec79c..19bf8cc6fd 100644 --- a/src/databricks/labs/ucx/installer/workflows.py +++ b/src/databricks/labs/ucx/installer/workflows.py @@ -216,7 +216,7 @@ def export_results() -> None: dashboard_path = ( Path(ctx.installation.install_folder()) - / "dashboards/[UCX] UCX Assessment (Main).lvdash.json" + / "dashboards/[UCX] Assessment (Main).lvdash.json" ) dashboard = Dashboards(ctx.workspace_client) dashboard_datasets = dashboard.get_dashboard(dashboard_path).datasets