cmu-delphi/delphi-epidata

Update COVIDcast metadata on insert

开放

#289 创建于 2020年11月17日

 (0 条评论) (0 个反应) (0 位负责人)Python (67 个派生)auto 404
Engineeringhelp wantedrefactor

仓库指标

星标
 (104 个星标)
PR 合并指标
 (平均合并 63天 20小时) (30 天内合并 11 个 PR)

描述

Metadata updates are starting to be a real drag. If we refactor to update the metadata when new rows are inserted, we won't have to scan the entire database to figure out what changed.

Bonus: we won't need to do any wip computations at all, since the flag value is already known from the name of the CSV file.

贡献者指南