We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531d9de commit a8c8088Copy full SHA for a8c8088
src/databricks/labs/ucx/runtime.py
@@ -185,7 +185,9 @@ def migrate_permissions(cfg: WorkspaceConfig):
185
workflows, and ensures a smooth migration experience for both users and administrators. By executing this precise
186
operation, we not only meet data security and governance standards but also enhance the overall efficiency and
187
manageability of our data ecosystem, laying the foundation for a new era of data management excellence within our
188
- organization."""
+ organization.
189
+
190
+ See [interactive tutorial here](https://app.getreprise.com/launch/myM3VNn/)."""
191
toolkit = GroupMigrationToolkit(cfg)
192
toolkit.prepare_environment()
193
toolkit.apply_permissions_to_backup_groups()
0 commit comments