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

Method _to_proto_impl

sdk/python/feast/data_source.py:344–349  ·  view source on GitHub ↗

Subclass implementation of protobuf conversion. This should be implemented by each DataSource subclass.

(self)

Source from the content-addressed store, hash-verified

342
343 @abstractmethod
344 def _to_proto_impl(self) -> DataSourceProto:
345 """
346 Subclass implementation of protobuf conversion.
347 This should be implemented by each DataSource subclass.
348 """
349 raise NotImplementedError
350
351 def validate(self, config: RepoConfig):
352 """

Callers 1

to_protoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected