This repo is to maintain transformations for SurveyCTO data. We have used Airbyte to pull data from SyrveyCTO. Checkout our Airbyte Repo
0
stars
1
forks
source link
Issue with sub indicator classification in production - normalized query #3
Closed
vinod-rajasekaran closed 1 year ago
In https://github.com/DevDataPlatform/stir/blob/main/models/production/classroom_surveys/derived/classroom_surveys_normalized.sql
the sub indicator for "Self Esteem" is mistakenly listed again as "Engagement"
Line 18 - WHEN subindicator IN ('se1','se2', 'se3', 'se4', 'se5') THEN 'Engagement' is to be fixed