Skip to content

Commit

Permalink
Reference validate-group-permissions workflow when validation fails…
Browse files Browse the repository at this point in the history
… in legacy group migration workflow
  • Loading branch information
JCZuurmond committed Dec 2, 2024
1 parent cba5bff commit f2b2acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/databricks/labs/ucx/workspace_access/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ def validate_groups_permissions(self, ctx: RuntimeContext):
return
if not ctx.permission_manager.verify_group_permissions():
raise ValueError(
f"Some group permissions were not migrated successfully. Run `databricks labs ucx logs --workflow '{self._name}' --debug` for more details."
"Some group permissions were not migrated successfully. The API is eventually consistent, use the "
"`validate-group-permissions` workflow to validate the permissions after the API caught up. "
f"Run `databricks labs ucx logs --workflow '{self._name}' --debug` for more details."
)


Expand Down

0 comments on commit f2b2acb

Please sign in to comment.