TEAMSchools/teamster

student_enrollments_detail Cube folder lists a non-included member

Aperta

#4293 aperta il 1 lug 2026

 (1 commento) (0 reazioni) (0 assegnatari)Python (1 fork)auto 404
cubegood first issue

Metriche repository

Star
 (14 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Summary

In src/cube/model/views/students/student_enrollments_detail.yml, the meta.folders Enrollment folder lists a member student_enrollment_daily_key, but no such member is included in the view's cubes: includes blocks (the view includes student_attendance_daily_key and student_enrollment_key).

Cube silently drops a folder member that names a non-included dimension, so this is cosmetic — the member simply never renders — but the folder entry is almost certainly a typo.

Pre-existing (predates the teacher-linkage branch); surfaced during the whole-branch review of that work.

Fix

Change the Enrollment folder member student_enrollment_daily_key to student_attendance_daily_key (the view's actual daily key), or remove it from the folder if it is not wanted there.

Guida contributor