Skip to content

Commit

Permalink
fixed dcid
Browse files Browse the repository at this point in the history
  • Loading branch information
GabyRangelB committed Oct 2, 2024
1 parent cb6d980 commit 6fba057
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ with
cc_schoolid,
cc_course_number,
cc_sectionid,
cc_sections_dcid,
sections_dcid,

case -- noqa: ST02
when -- noqa: ST02
Expand Down Expand Up @@ -84,6 +84,6 @@ select

avg(if(s.is_expected_scored, s.score_percent, null)) as avg_expected_scored_percent,
from scores as s
left join school_course_exceptions as e on s.sections_dcid = e.sectionsdcid
left join school_course_exceptions as e on s.sectionsdcid = e.sections_dcid
where not e.exclude_from_audit
group by s.assignmentsectionid

0 comments on commit 6fba057

Please sign in to comment.