Skip to content

C-02 · Cube has @Analytics.dataCategory

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

Every cube node declares @Analytics.dataCategory: #CUBE. The annotation tells the VDM consumer that the view participates in the analytical star.

A cube node’s Annotations["analytics_data_category"] is not #CUBE (missing or holds any other value).

@Analytics.dataCategory: #CUBE missing on cube node.

Add @Analytics.dataCategory: #CUBE to the view’s header annotations in the generated DDL. See How to resolve a gate.