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
@@ -994,6 +995,19 @@ This message indicates the code that could not be analysed by UCX. User must che
994
995
995
996
[[back to top](#databricks-labs-ucx)]
996
997
998
+
## [EXPERIMENTAL] Migration Progress Workflow
999
+
1000
+
The `migration-progress-experimental` workflow updates a subset of the inventory tables to track migration status of
1001
+
workspace resources that need to be migrated. Besides updating the inventory tables, this workflow tracks the migration
1002
+
progress by updating the following [UCX catalog](#create-ucx-catalog-command) tables:
1003
+
1004
+
-`workflow_runs`: Tracks the status of the workflow runs.
1005
+
1006
+
_Note: A subset of the inventory is updated, *not* the complete inventory that is initially gathered by
1007
+
the [assessment workflow](#assessment-workflow)._
1008
+
1009
+
[[back to top](#databricks-labs-ucx)]
1010
+
997
1011
# Utility commands
998
1012
999
1013
## `logs` command
@@ -1029,11 +1043,13 @@ listed with the [`workflows` command](#workflows-command).
1029
1043
databricks labs ucx update-migration-progress
1030
1044
```
1031
1045
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.
1033
-
1034
-
_Note: Only a subset of the inventory is updated, *not* the complete inventory that is initially gathered by the [assessment workflow](#assessment-workflow)._
1046
+
This command runs the [(experimental) migration progress workflow](#experimental-migration-progress-workflow) to update
1047
+
the migration status of workspace resources that need to be migrated. It does this by triggering
1048
+
the `migration-progress-experimental` workflow to run on a workspace and waiting for
1049
+
it to complete.
1035
1050
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).
1051
+
Workflows and their status can be listed with the [`workflows` command](#workflows-commandr), while failed workflows can
1052
+
be fixed with the [`repair-run` command](#repair-run-command).
0 commit comments