MCPcopy
hub / github.com/feast-dev/feast / GetLabelView

Method GetLabelView

sdk/python/feast/registry_server.py:684–692  ·  view source on GitHub ↗
(self, request: RegistryServer_pb2.GetLabelViewRequest, context)

Source from the content-addressed store, hash-verified

682 )
683
684 def GetLabelView(self, request: RegistryServer_pb2.GetLabelViewRequest, context):
685 return assert_permissions(
686 resource=self.proxied_registry.get_label_view(
687 name=request.name,
688 project=request.project,
689 allow_cache=request.allow_cache,
690 ),
691 actions=[AuthzedAction.DESCRIBE],
692 ).to_proto()
693
694 def ListLabelViews(
695 self, request: RegistryServer_pb2.ListLabelViewsRequest, context

Callers

nothing calls this directly

Calls 3

assert_permissionsFunction · 0.90
to_protoMethod · 0.45
get_label_viewMethod · 0.45

Tested by

no test coverage detected