Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/caldera
/ FactUpdateRequestSchema
Class
FactUpdateRequestSchema
app/objects/secondclass/c_fact.py:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
62
class
FactUpdateRequestSchema(ma.Schema):
63
criteria = ma.fields.Nested(FactSchema(partial=True), required=True)
64
updates = ma.fields.Nested(FactSchema(partial=True), required=True)
65
66
67
class
Fact(BaseObject):
Callers
nothing calls this directly
Calls
1
FactSchema
Class · 0.85
Tested by
no test coverage detected