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
This command ensures that the [assessment workflow](/docs/reference/workflows#assessment-workflow) was run on a workspace.
738
738
This command will block until job finishes.
739
739
Failed workflows can be fixed with the [`repair-run` command](/docs/reference/commands#repair-run). Workflows and their status can be
740
740
listed with the [`workflows` command](/docs/reference/commands#workflows).
741
+
The `--force-refresh` flag can be used to force the assessment workflow to run again overwriting the previous assessment results, even if it was already run before.
Copy file name to clipboardExpand all lines: docs/ucx/docs/reference/workflows/index.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ Proceed to the [group migration workflow](/docs/reference/workflows#group-migrat
100
100
101
101
> ⚠️ Caution: To fully refresh the UCX assessment workflow and overwrite existing results, set the force_refresh parameter to true (or True).
102
102
For large workspaces, this process can be time-consuming and resource-intensive. Only use this option if a complete reassessment is absolutely necessary.
103
+
Alternatively, you can re run assessment using the [command](/docs/reference/commands#ensure-assessment-run) with the `force-refresh` parameter set to `true` to overwrite existing results.
0 commit comments