TEAMSchools/teamster

student_enrollments_detail Cube folder lists a non-included member

开放

#4,293 创建于 2026年7月1日

 (1 条评论) (0 个反应) (0 位负责人)Python (1 个派生)auto 404
cubegood first issue

仓库指标

星标
 (14 个星标)
PR 合并指标
 (平均合并 1天 7小时) (30 天内合并 197 个 PR)

描述

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.

贡献者指南