C-03 · Query has @Analytics.query true
| Field | Value |
|---|---|
| ID | C-03 |
| Category | annotation |
| Severity | error |
| Blocks mode | EVIDENCE_GROUNDED |
| Applies to | every Query node in the plan graph |
| Source | internal/sap/validate/validate.go |
What it checks
Section titled “What it checks”Every query node declares @Analytics.query: true. Without it the consumption layer will not route the view through the analytic runtime.
When it fires
Section titled “When it fires”A query node’s Annotations["analytics_query"] is not "true" (missing or any other value).
Failure detail
Section titled “Failure detail”@Analytics.query: true missing on query node.
Resolution
Section titled “Resolution”Add @Analytics.query: true to the query view’s header annotations. See How to resolve a gate.