Skip to content

Commit

Permalink
fix get dataset permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
svetleo-evidently committed Dec 18, 2024
1 parent 4309517 commit 29649d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evidently/ui/managers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class DefaultRole(Enum):
(DefaultRole.VIEWER, EntityType.Project): {
Permission.LIST_USERS,
Permission.PROJECT_READ,
Permission.DATASET_READ,
},
(DefaultRole.VIEWER, EntityType.Dataset): {
Permission.LIST_USERS,
Expand Down

0 comments on commit 29649d4

Please sign in to comment.