mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
Add disaggregation by ELL
This commit is contained in:
parent
490522eb1e
commit
2fd56047d4
43 changed files with 947 additions and 429 deletions
|
|
@ -29,7 +29,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