mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
Add disaggregation by ELL
This commit is contained in:
parent
8b7d9b7fc6
commit
245cde85cd
45 changed files with 964 additions and 416 deletions
|
|
@ -7,7 +7,7 @@ namespace :data do
|
|||
student_count = Student.count
|
||||
path = "/data/survey_responses/clean/"
|
||||
Sftp::Directory.open(path:) do |file|
|
||||
SurveyResponsesDataLoader.from_file(file:)
|
||||
SurveyResponsesDataLoader.new.from_file(file:)
|
||||
end
|
||||
puts "=====================> Completed loading #{SurveyItemResponse.count - survey_item_response_count} survey responses. #{SurveyItemResponse.count} total responses in the database"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue