MCPcopy Index your code
hub / github.com/feast-dev/feast / PermissionNotFoundException

Class PermissionNotFoundException

sdk/python/feast/errors.py:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534
535class PermissionNotFoundException(FeastError):
536 def __init__(self, name, project):
537 super().__init__(f"Permission {name} does not exist in project {project}")
538
539
540class PermissionObjectNotFoundException(FeastObjectNotFoundException):

Callers 4

delete_permissionMethod · 0.90
delete_permissionMethod · 0.90
feast_exceptionFunction · 0.90

Calls

no outgoing calls

Tested by 1

feast_exceptionFunction · 0.72