Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GabyRangelB committed Feb 6, 2025
1 parent cb6c15c commit 1d11588
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ with
from {{ ref("int_extracts__student_enrollments") }}
),

act_sat as ( -- this is by itself because the int_kippadb__standardized_test_unpivot view uses contact id
-- this is by itself because the int_kippadb__standardized_test_unpivot view uses
-- contact id
act_sat as (
select
contact,
test_type as scope,
Expand Down Expand Up @@ -85,7 +87,9 @@ with

),

psat as ( -- this is by itself because the int_kippadb__standardized_test_unpivot view uses student number as local_student_id
-- this is by itself because the int_kippadb__standardized_test_unpivot view uses
-- student number as local_student_id
psat as (
select
local_student_id,
test_type as scope,
Expand Down

0 comments on commit 1d11588

Please sign in to comment.