cmu-delphi/delphi-epidata

add a runner and test(s) for _reset_load_table_ai_counter

Open

#991 opened on Oct 4, 2022

 (0 comments) (0 reactions) (0 assignees)Python (67 forks)auto 404
acquisitioncode healthdevopsgood first issuehelp wantedtests

Repository metrics

Stars
 (104 stars)
PR merge metrics
 (PR metrics pending)

Description

as seen in: https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/acquisition/covidcast/database.py#L126

  • also make change to ensure epimetric_load is empty first instead of just blindly clearing it

motivations for actual implementation reset process:

extra credit:

  • research (and implement?!?) if can we deny ability to TRUNCATE epimetric_load through permissions? (--> ie, remove drop permissions for epimetric_* family of tables to prevent resetting of autoincrement ids again)
  • verify that we do not replicate epimetric_load table, though this is not a deal-breaker

Contributor guide