Skip to content

Commit

Permalink
Update groups permissions validation to use Table ACL cluster (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwojtyczka authored and dmoore247 committed Mar 23, 2024
1 parent df4ec18 commit 2337598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/labs/ucx/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def apply_permissions_to_account_groups(cfg: WorkspaceConfig, ws: WorkspaceClien
permission_manager.apply_group_permissions(migration_state)


@task("validate-groups-permissions")
@task("validate-groups-permissions", job_cluster="tacl")
def validate_groups_permissions(cfg: WorkspaceConfig, ws: WorkspaceClient, sql_backend: SqlBackend):
"""Validate that all the crawled permissions are applied correctly to the destination groups."""
logger.info("Running validation of permissions applied to destination groups.")
Expand Down

0 comments on commit 2337598

Please sign in to comment.