-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
API changeRenames, large changes to calculations, large changes to affected regionsRenames, large changes to calculations, large changes to affected regionsdata qualityMissing data, weird data, broken dataMissing data, weird data, broken data
Milestone
Description
The CHNG signals are based on queries in a private database. Delphi only began to receive the results of these queries in real time starting 2021-02-21. CHNG provided Delphi with a query to estimate historical issues from the database, but this query was wrong. The query filtered historical issues based on the chc_received_date column but should have filtered by the load_id column. The indicator values based on these erroneous queries are available through the API. Instead, the API should produce the load_id-based indicator values.
To solve this issue, we will need to:
- Run
load_idqueries in the CHNG private environment (done). - Transfer the resulting aggregated counts to the SFTP server (done).
- Run the CHNG indicator script using the new aggregated counts.
- Load the indicator csv files to the server.
- Upload the indicator values into the database and overwrite the old ones.
Metadata
Metadata
Assignees
Labels
API changeRenames, large changes to calculations, large changes to affected regionsRenames, large changes to calculations, large changes to affected regionsdata qualityMissing data, weird data, broken dataMissing data, weird data, broken data