S-01 · Source candidate per cube
| Field | Value |
|---|---|
| ID | S-01 |
| Category | source |
| Severity | error |
| Blocks mode | HEURISTIC_DRAFT (blocks every promotion) |
| Applies to | plans that contain a Cube node |
| Source | internal/sap/validate/validate.go |
What it checks
Section titled “What it checks”At least one source candidate (sources.SourceVerdict.Selected) is resolved for the plan. A cube cannot be activated against no data provider.
When it fires
Section titled “When it fires”The graph contains a cube node and the source resolver returned no Selected candidate. If the graph contains no cube, the gate is not evaluated and passes vacuously.
Failure detail
Section titled “Failure detail”S-01: no source candidate; cube cannot be activated.
Resolution
Section titled “Resolution”Either resolve a source candidate (adjust the binding, broaden the source pool, accept a lower-tier candidate) or remove the cube from the plan. See How to resolve a gate.