MCPcopy Index your code
hub / github.com/feast-dev/feast / InfraObjectDiff

Class InfraObjectDiff

sdk/python/feast/diff/infra_diff.py:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22@dataclass
23class InfraObjectDiff(Generic[InfraObjectProto]):
24 name: str
25 infra_object_type: str
26 current_infra_object: InfraObjectProto
27 new_infra_object: InfraObjectProto
28 infra_object_property_diffs: List[PropertyDiff]
29 transition_type: TransitionType
30
31
32@dataclass

Callers 2

diff_infra_protosFunction · 0.85
diff_betweenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected