Skip to content

Commit

Permalink
Update dbt/models/marts/sections/dim_sections.sql
Browse files Browse the repository at this point in the history
+1

Co-authored-by: bakerfranke <baker@code.org>
  • Loading branch information
jordan-springer and bakerfranke authored Jan 29, 2024
1 parent 4dc3c98 commit a6e5f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/models/marts/sections/dim_sections.sql
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ section_metrics as (
school_id,
school_year,
count(distinct student_id) as num_students_added
from {{ ref('int_section_mapping') }}
from int_section_mapping
group by 1, 2, 3, 4
),

Expand Down

0 comments on commit a6e5f28

Please sign in to comment.