Skip to content

C-03 · Query has @Analytics.query true

FieldValue
IDC-03
Categoryannotation
Severityerror
Blocks modeEVIDENCE_GROUNDED
Applies toevery Query node in the plan graph
Sourceinternal/sap/validate/validate.go

Every query node declares @Analytics.query: true. Without it the consumption layer will not route the view through the analytic runtime.

A query node’s Annotations["analytics_query"] is not "true" (missing or any other value).

@Analytics.query: true missing on query node.

Add @Analytics.query: true to the query view’s header annotations. See How to resolve a gate.