Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/feast-dev/feast
/ get_roles
Method
get_roles
sdk/python/feast/permissions/policy.py:92–93 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
90
return
True
91
92
def
get_roles(self) -> list[str]:
93
return
self.roles
94
95
def
validate_user(self, user: User) -> tuple[bool, str]:
96
""
"
Callers
3
feast_permissions_list_command
Function · 0.45
handle_not_verbose_permissions_command
Function · 0.45
fetch_all_permission_roles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected