simonw / covid-19-datasette

Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times
https://covid-19.datasettes.com/
61 stars 6 forks source link

rm place from latimes_place_totals facets. #25

Closed asg017 closed 3 years ago

asg017 commented 3 years ago

Closes #24. I tried this change locally on a recent copy of covid.db like so:

$ wget https://covid-19.datasettes.com/covid.db

$ datasette --metadata metadata.json covid.db 

I then avigated to http://localhost:8001/covid/latimes_place_totals and saw error.

$ vi metadata.json # applied changes

$ datasette --metadata metadata.json covid.db 

navigated to http://localhost:8001/covid/latimes_place_totals , worked as expected

asg017 commented 3 years ago

Hey @simonw, bumping this! This should be a pretty low-risk change, since it's only changing the Datasette metadata.json and not the actual schema. If you're not maintaining this anymore that's completely fine, I'll just fork and host my own.

simonw commented 3 years ago

Thanks for this!