You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(etl-uvicorn): map context errors through the blame taxonomy
An invocation_context with an unreadable schema_version is deployment skew
between platform components; answering 422 let an upstream blame classifier
pin it on the caller. Context failures now take their status from
http_status_for like settings failures already did: malformed fields stay
the caller's 422, version skew answers 500 with the class name only.
Also documents the two capability tiers on /metadata: the unconditional
strings are transport-level facts the middleware makes true for every
wrapped app; invoke_with_sealed_dag_node_settings is the consumption claim
and stays a per-plugin opt-in.
0 commit comments