mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
merge disagreggation features
This commit is contained in:
parent
1a18837fa2
commit
a2caf42fee
61 changed files with 4 additions and 3524 deletions
|
|
@ -5,7 +5,7 @@ namespace :data do
|
|||
task load_survey_responses: :environment do
|
||||
Dir.glob(Rails.root.join('data', 'survey_responses', '*.csv')).each do |filepath|
|
||||
puts "=====================> Loading data from csv at path: #{filepath}"
|
||||
SurveyResponsesDataLoader.load_data filepath:
|
||||
SurveyResponsesDataLoader.load_data filepath:, load_only_lowell: true
|
||||
end
|
||||
puts "=====================> Completed loading #{SurveyItemResponse.count} survey responses"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue