MCPcopy Create free account
hub / github.com/feast-dev/feast / _list_permissions

Method _list_permissions

sdk/python/feast/infra/registry/sql.py:1696–1707  ·  view source on GitHub ↗
(
        self, project: str, tags: Optional[dict[str, str]], **kwargs
    )

Source from the content-addressed store, hash-verified

1694 )
1695
1696 def _list_permissions(
1697 self, project: str, tags: Optional[dict[str, str]], **kwargs
1698 ) -> List[Permission]:
1699 return self._list_objects(
1700 permissions,
1701 project,
1702 PermissionProto,
1703 Permission,
1704 "permission_proto",
1705 tags=tags,
1706 **kwargs,
1707 )
1708
1709 def apply_permission(
1710 self, permission: Permission, project: str, commit: bool = True

Callers

nothing calls this directly

Calls 1

_list_objectsMethod · 0.95

Tested by

no test coverage detected