@@ -80,6 +80,7 @@ See [contributing instructions](CONTRIBUTING.md) to help improve this project.
80
80
* [ ` table-migrated-to-uc ` ] ( #table-migrated-to-uc )
81
81
* [ ` to-json-in-shared-clusters ` ] ( #to-json-in-shared-clusters )
82
82
* [ ` unsupported-magic-line ` ] ( #unsupported-magic-line )
83
+ * [ (EXPERIMENTAL) Migration Progress Workflow] ( #experimental-migration-progress-workflow )
83
84
* [ Utility commands] ( #utility-commands )
84
85
* [ ` logs ` command] ( #logs-command )
85
86
* [ ` ensure-assessment-run ` command] ( #ensure-assessment-run-command )
@@ -126,7 +127,7 @@ See [contributing instructions](CONTRIBUTING.md) to help improve this project.
126
127
* [ ` revert-cluster-remap ` command] ( #revert-cluster-remap-command )
127
128
* [ ` upload ` command] ( #upload-command )
128
129
* [ ` download ` command] ( #download-command )
129
- * [ ` join-collection ` command] (#join-collection command)
130
+ * [ ` join-collection ` command] ( #join-collection- command )
130
131
* [ collection eligible command] ( #collection-eligible-command )
131
132
* [ Common Challenges and the Solutions] ( #common-challenges-and-the-solutions )
132
133
* [ Network Connectivity Issues] ( #network-connectivity-issues )
@@ -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-process-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,13 +1043,10 @@ 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
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.
1036
-
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 ) ._
1046
+ This command runs the [ (experimental) migration progress workflow] ( #experimental-migration-progress-workflow ) to update
1047
+ the migration status of worksapce resources that need to be migrated. It does this by triggering
1048
+ the ` migration-process-experimental ` workflow to run on a workspace and waiting for
1049
+ it to complete.
1039
1050
1040
1051
Workflows and their status can be listed with the [ ` workflows ` command] ( #workflows-commandr ) , while failed workflows can
1041
1052
be fixed with the [ ` repair-run ` command] ( #repair-run-command ) .
0 commit comments