Skip to content

Commit ce4bb2e

Browse files
author
gnguyen87
committed
update: distinction between all att events
1 parent a1a07a6 commit ce4bb2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/core_warehouse/fct_student_daily_attendance.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ consecutive_unexcused_absence as (
196196
as grouping
197197
from positive_attendance_deduped
198198
)
199-
where attendance_event_category ilike '%unexcused absence%'
200-
201199
),
202200
cumulatives as (
203201
select

0 commit comments

Comments
 (0)