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
## Changes
This PR updates the dashboard for group migration:
- The documentation widgets have been adjusted.
- The failed-migration widget now displays formatted information about
the failure, and links to the failed job run.
- Only failures from the latest workflow run (with logs) are displayed.
### Linked issues
Improves upon #2333.
Relates to #1914.
### Functionality
- Updated dashboard: _UCX Migration (Groups)_
### Tests
- [x] manually tested
- [x] verified on staging environment (screenshot attached)
Copy file name to clipboardExpand all lines: src/databricks/labs/ucx/queries/migration/groups/00_0_migration_overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ Workspace Group Migration
10
10
Prerequisites for group migration are:
11
11
12
12
- The assessment workflow has completed.
13
-
- For each workspace group a corresponding account-level group must exist.
13
+
- For each workspace group a corresponding account-level group must exist. (Refer to the documentation for details about the different strategies that can be configured for associating workspace groups with their corresponding account-level group.)
14
14
15
15
Group migration performs the following steps:
16
16
17
17
1. Workspace groups are renamed to a temporary name.
18
18
2. The account-level groups are then provisioned into the workspace.
19
19
3. Permissions assigned to the workspace groups are replicated on the account-level groups.
20
20
21
-
These steps are performed by either the `migrate-groups` or the `migrate-groups-experimental` workflows. (The latter uses a faster, but experimental, method to replicate group permissions.)
21
+
These steps are performed by either the `migrate-groups` or the `migrate-groups-experimental`[workflows](/jobs). (The latter uses a faster, but experimental, method to replicate group permissions.)
When migrating groups, errors may occur during the migration of a particular group. Any errors that occurred while migrating groups are displayed here.
10
-
11
-
The errors for all workflow runs are shown; to clear (old) errors the job run can be deleted.
0 commit comments