mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
Fix oneoff script for ECP so it doesn't skip non-lowell schools
This commit is contained in:
parent
0283f1d0d9
commit
a656441fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ namespace :one_off do
|
|||
puts "=====================> Completed loading #{SurveyItemResponse.count - survey_item_response_count} survey responses. #{SurveyItemResponse.count} total responses in the database"
|
||||
|
||||
Sftp::Directory.open(path:) do |file|
|
||||
StudentLoader.from_file(file:, rules: [Rule::SkipNonLowellSchools])
|
||||
StudentLoader.from_file(file:, rules: [])
|
||||
end
|
||||
puts "=====================> Completed loading #{Student.count - student_count} students. #{Student.count} total students"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue