-
Notifications
You must be signed in to change notification settings - Fork 67
Update columns in covid_hosp: facility, state daily, state timeseries #746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* state daily * state timeseries * facility
sample POINT data: POINT (-106.473552 31.783699) POINT (-104.978246 39.654106) POINT (-85.29494 37.096289) POINT (-93.165245 29.807173) POINT (-118.980483 36.043908)
Co-authored-by: Katie Mazaitis <[email protected]>
…/cmu-delphi/delphi-epidata into krivard/covid_hosp_column_update
|
|
chinandrew
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
krivard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edits from migration testing
|
Also confirmed all the column names match what we're using in |
closes #720
Prerequisites:
devbranchdevSummary
State:
covid_hosp_state_timeseriestable with SQL-compatible name length and spellingdatabase.pyfor state daily and state timeseries acquisition pipelinescovid_hosp_state_timeseries.pyserver endpointFacility:
covid_hosp_facilitytable with SQL-compatible name length and spellingdatabase.pyfor facility acquisition pipelinecovid_hosp_facility.pyserver endpointUnit and integration tests updated with new constants and sample data.