Skip to content

Commit 8bc6aef

Browse files
authored
Fixed migrate acls CLI command. (#2617)
Remove ACL type params from migrate ACL CLI command.
1 parent 76360fc commit 8bc6aef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/databricks/labs/ucx/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ def migrate_acls(w: WorkspaceClient, *, ctx: WorkspaceContext | None = None, **n
539539
ctx = WorkspaceContext(w)
540540
ctx.acl_migrator.migrate_acls(
541541
target_catalog=named_parameters.get("target_catalog"),
542-
legacy_table_acl=True,
543-
principal=True,
544542
hms_fed=named_parameters.get("hms_fed", False),
545543
)
546544

0 commit comments

Comments
 (0)