You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{# Rename BACK obj_assess_academic_subject --> academic_subject for human-readability and to avoid breaking change to warehouse. academic_subject above represents 'OVERALL' assessment subject, so that the gen_skey() call works. #}
103
+
renamed2 as (
104
+
select
105
+
* RENAME(academic_subject as assess_academic_subject, obj_assess_academic_subject as academic_subject)
106
+
from keyed
93
107
),
94
108
-- todo: we already dedupe in student assessments so this is actually only necessary if we think there
95
109
-- could be dupes in the objective assessments list
0 commit comments