MCPcopy 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 """

Calls

no outgoing calls

Tested by

no test coverage detected