TEAMSchools/teamster

student_enrollments_detail Cube folder lists a non-included member

Open

#4,293 opened on Jul 1, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (1 fork)auto 404
cubegood first issue

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide