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

Method GetStreamFeatureView

sdk/python/feast/registry_server.py:600–610  ·  view source on GitHub ↗
(
        self, request: RegistryServer_pb2.GetStreamFeatureViewRequest, context
    )

Source from the content-addressed store, hash-verified

598 return Empty()
599
600 def GetStreamFeatureView(
601 self, request: RegistryServer_pb2.GetStreamFeatureViewRequest, context
602 ):
603 return assert_permissions(
604 resource=self.proxied_registry.get_stream_feature_view(
605 name=request.name,
606 project=request.project,
607 allow_cache=request.allow_cache,
608 ),
609 actions=[AuthzedAction.DESCRIBE],
610 ).to_proto()
611
612 def ListStreamFeatureViews(
613 self, request: RegistryServer_pb2.ListStreamFeatureViewsRequest, context

Callers

nothing calls this directly

Calls 3

assert_permissionsFunction · 0.90
to_protoMethod · 0.45

Tested by

no test coverage detected