cmu-delphi/delphi-epidata

add a runner and test(s) for _reset_load_table_ai_counter

Aperta

#991 aperta il 4 ott 2022

 (0 commenti) (0 reazioni) (0 assegnatari)Python (67 fork)auto 404
acquisitioncode healthdevopsgood first issuehelp wantedtests

Metriche repository

Star
 (104 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor