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

Method to_proto

sdk/python/feast/infra/online_stores/sqlite.py:761–765  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

759 )
760
761 def to_proto(self) -> Any:
762 sqlite_table_proto = SqliteTableProto()
763 sqlite_table_proto.path = self.path
764 sqlite_table_proto.name = self.name
765 return sqlite_table_proto
766
767 @staticmethod
768 def from_infra_object_proto(infra_object_proto: InfraObjectProto) -> Any:

Callers 15

to_infra_object_protoMethod · 0.95
test_diff_infra_protosFunction · 0.95
_build_registry_protoMethod · 0.45
to_dictMethod · 0.45
apply_entityMethod · 0.45
apply_data_sourceMethod · 0.45
apply_feature_serviceMethod · 0.45
apply_feature_viewMethod · 0.45
apply_materializationMethod · 0.45
apply_saved_datasetMethod · 0.45
update_infraMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_diff_infra_protosFunction · 0.76