Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maxed as (
{%- endif %}

max(non_traditional_gender_status) as non_traditional_gender_status,
max(private_cte_program) as private_cte_program,
max(private_cte_program) as private_cte_program

from stage
group by 1, 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wide as (
k_lea,
k_school,
program_enroll_begin_date,
array_agg(program_service) within group (order by program_service) as program_services
{{ edu_edfi_source.json_array_agg('program_service', order_by='program_service', is_terminal=True) }} as program_services

from stage_program_services

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maxed as (
{%- endif %}

max(direct_certification) as direct_certification,
max(served_outside_of_regular_session) as served_outside_of_regular_session,
max(served_outside_of_regular_session) as served_outside_of_regular_session

from stage
group by 1, 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wide as (
k_lea,
k_school,
program_enroll_begin_date,
array_agg(program_service) within group (order by program_service) as program_services
{{ edu_edfi_source.json_array_agg('program_service', order_by='program_service', is_terminal=True) }} as program_services

from stage_program_services

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maxed as (
{%- endif %}

max(priority_for_service) as priority_for_service,
max(continuation_of_services_reason) as continuation_of_services_reason,
max(continuation_of_services_reason) as continuation_of_services_reason


from stage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wide as (
k_lea,
k_school,
program_enroll_begin_date,
array_agg(program_service) within group (order by program_service) as program_services
{{ edu_edfi_source.json_array_agg('program_service', order_by='program_service', is_terminal=True) }} as program_services

from stage_program_services

Expand Down