Open
Description
Tracking bug for item in plans.md: Which, if any, specific geo_ids are missing (get unique geo ids from historical data or delphi_utils)
Currently, we only check that geo_ids are in the correct format.
There are 2 categories of issues that should be addressed:
- If the data contains geo_ids that do not match any known values
- If the data is missing known geo_ids
The first case should probably be an error, since it suggests a typo or otherwise bad data is being ingested.
The second case should be a warning, since missing data can legitimately occur if it is not reported to our upstream data sources.