Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
class
PropertyDiff:
7
property_name: str
8
val_existing: str
9
val_declared: str
10
11
12
class
TransitionType(Enum):
Callers
2
diff_between
Function · 0.90
diff_registry_objects
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected