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

Method add_feast_object_diff

sdk/python/feast/diff/registry_diff.py:54–55  ·  view source on GitHub ↗
(self, feast_object_diff: FeastObjectDiff)

Source from the content-addressed store, hash-verified

52 self.feast_object_diffs = []
53
54 def add_feast_object_diff(self, feast_object_diff: FeastObjectDiff):
55 self.feast_object_diffs.append(feast_object_diff)
56
57 def to_string(self):
58 from colorama import Fore, Style

Callers 1

diff_betweenFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected