Skip to content

CHNG historical issues are wrong before 2021-02-21 #1289

@rumackaaron

Description

@rumackaaron

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:

  1. Run load_id queries in the CHNG private environment (done).
  2. Transfer the resulting aggregated counts to the SFTP server (done).
  3. Run the CHNG indicator script using the new aggregated counts.
  4. Load the indicator csv files to the server.
  5. Upload the indicator values into the database and overwrite the old ones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    API changeRenames, large changes to calculations, large changes to affected regionsdata qualityMissing data, weird data, broken data

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions