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

Class PropertyDiff

sdk/python/feast/diff/property_diff.py:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5@dataclass
6class PropertyDiff:
7 property_name: str
8 val_existing: str
9 val_declared: str
10
11
12class TransitionType(Enum):

Callers 2

diff_betweenFunction · 0.90
diff_registry_objectsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected