cfpb / college-costs

⚠️ Deprecated: see note. ⚠️ A tool to help students weigh the costs and rewards of a college program.
https://www.consumerfinance.gov/paying-for-college2/understanding-your-financial-aid-offer/about-this-tool/
50 stars 27 forks source link

Update the `load_programs` command #291

Closed higs4281 closed 7 years ago

higs4281 commented 7 years ago

The command's s3 loading option will now be pointed at a specific bucket, validated_program_data, to ensure that raw school submissions aren't inadvertently loaded into the cfgov database without being checked.

Testing

python manage.py load_programs edmc.csv --s3 true

This should return "1522 programs updated."

Review

@amymok

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0ec17637646567de706e43698a673571ce61b3b0 on load-command-update into 84f26247e0fba9a45cb44214c6e67b8ab1397347 on master.

amymok commented 7 years ago

👍