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

Method from_dict

sdk/python/feast/table_format.py:265–269  ·  view source on GitHub ↗
(cls, data: Dict)

Source from the content-addressed store, hash-verified

263
264 @classmethod
265 def from_dict(cls, data: Dict) -> "DeltaFormat":
266 return cls(
267 checkpoint_location=data.get("checkpoint_location"),
268 properties=data.get("properties", {}),
269 )
270
271 def to_proto(self) -> "TableFormatProto":
272 """Convert to protobuf TableFormat message"""

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected