MCPcopy Create free account
hub / github.com/feast-dev/feast / assert_format

Method assert_format

sdk/python/feast/infra/compute_engines/dag/value.py:12–14  ·  view source on GitHub ↗
(self, expected: DAGFormat)

Source from the content-addressed store, hash-verified

10 self.metadata = metadata or {}
11
12 def assert_format(self, expected: DAGFormat):
13 if self.format != expected:
14 raise ValueError(f"Expected format {expected}, but got {self.format}")

Callers 15

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected