sfcpc / housing-dashboard

4 stars 0 forks source link

[schemaless] Upload only new lines #196

Closed sbuss closed 4 years ago

sbuss commented 4 years ago

Currently we re-upload the entire schemaless.csv file whenever create_schemaless is run. This should be changed to only upload the newest lines. This will dramatically speed up this step of the workflow since the new lines should only be a few megabytes instead of 2 GB.

sbuss commented 4 years ago

Fixed by #207