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

Method from_proto

sdk/python/feast/infra/online_stores/sqlite.py:775–779  ·  view source on GitHub ↗
(sqlite_table_proto: SqliteTableProto)

Source from the content-addressed store, hash-verified

773
774 @staticmethod
775 def from_proto(sqlite_table_proto: SqliteTableProto) -> Any:
776 return SqliteTable(
777 path=sqlite_table_proto.path,
778 name=sqlite_table_proto.name,
779 )
780
781 def update(self):
782 if sys.version_info[0:2] == (3, 10):

Callers 15

get_feature_serviceFunction · 0.45
get_any_feature_viewFunction · 0.45
get_feature_viewFunction · 0.45
get_stream_feature_viewFunction · 0.45
get_data_sourceFunction · 0.45
get_entityFunction · 0.45
get_saved_datasetFunction · 0.45
get_validation_referenceFunction · 0.45
list_feature_servicesFunction · 0.45
list_feature_viewsFunction · 0.45

Calls 1

SqliteTableClass · 0.85

Tested by

no test coverage detected