Skip to content

Added documentation for #3963 #4020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/ucx/docs/reference/workflows/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ the [assessment report](/docs/reference/assessment).
17. `crawl_groups`: This tasks retrieves workspace-local groups and persists these permissions in the `groups` table.
18. `assess_dashboards`: This task retrieves the dashboards to analyze their queries for
[migration problems](/docs/reference/linter_codes)
19. `assess_workflows`: This task retrieves the jobs to analyze their notebooks and files for
[migration problems](/docs/reference/linter_codes).
19. `assess_workflows`(experimnetal): This task retrieves the jobs to analyze their notebooks and files for
[migration problems](/docs/reference/linter_codes). This will run for workflows that ran within the last 30 days.
To analyze all workflows run the ["migration-progress-experimental"] workflow](/docs/reference/workflows#migration-progress-experimental).

After UCX assessment workflow finished, see the assessment dashboard for findings and recommendations.
See [this guide](/docs/reference/assessment) for more details.
Expand Down