You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1029,11 +1029,16 @@ listed with the [`workflows` command](#workflows-command).
1029
1029
databricks labs ucx update-migration-progress
1030
1030
```
1031
1031
1032
-
This command updates a subset of the inventory tables that are used to track workspace resources that need to be migrated. It does this by triggering the `migration-process-experimental` workflow to run on a workspace and waiting for it to complete. This can be used to ensure that dashboards and associated reporting are updated to reflect the current state of the workspace.
1032
+
This command updates a subset of the inventory tables that are used to track workspace resources that need to be
1033
+
migrated. It does this by triggering the `migration-process-experimental` workflow to run on a workspace and waiting for
1034
+
it to complete. This can be used to ensure that dashboards and associated reporting are updated to reflect the current
1035
+
state of the workspace.
1033
1036
1034
-
_Note: Only a subset of the inventory is updated, *not* the complete inventory that is initially gathered by the [assessment workflow](#assessment-workflow)._
1037
+
_Note: Only a subset of the inventory is updated, *not* the complete inventory that is initially gathered by
1038
+
the [assessment workflow](#assessment-workflow)._
1035
1039
1036
-
Workflows and their status can be listed with the [`workflows` command](#workflows-commandr), while failed workflows can be fixed with the [`repair-run` command](#repair-run-command).
1040
+
Workflows and their status can be listed with the [`workflows` command](#workflows-commandr), while failed workflows can
1041
+
be fixed with the [`repair-run` command](#repair-run-command).
0 commit comments