Closed amondal2 closed 1 month ago
Thanks @natemcintosh for the suggestions! Will incorporate shortly
Got caught with Rt production stuff. Will try to look before I log off today
Added type hints and using date
type throughout. @natemcintosh
Thanks @zsusswein -- I will address your in-line questions comments but to your main points
include=True
for all tasks, and then the CLI could set that to False if we want to exclude a certain task later on. Open to ideas on this
Closes #3 --
This piece of the script handles generating the default set (i.e., all state-pathogen combinations) of task configurations. Future pieces will accept parameters (for now I've left them as parameters injected into the environment via
os.environ
, but this might change once I figure out how to integrate this with GHA) and generate only the specified tasks. Currently, this only handles onereport_date
.I'll create issues separately for
but wanted to make sure the actual generation piece looks correct. @zsusswein @natemcintosh I left some clarifying questions in the comments. Thanks!