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

Class FeastObjectDiff

sdk/python/feast/diff/registry_diff.py:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37@dataclass
38class FeastObjectDiff:
39 name: str
40 feast_object_type: FeastObjectType
41 current_feast_object: Optional[FeastObject]
42 new_feast_object: Optional[FeastObject]
43 feast_object_property_diffs: List[PropertyDiff]
44 transition_type: TransitionType
45
46
47@dataclass

Callers 2

diff_registry_objectsFunction · 0.85
diff_betweenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected