Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option for AIP to run all models between two dates #68

Closed
verovaleros opened this issue Nov 4, 2024 · 3 comments · Fixed by #76
Closed

Add an option for AIP to run all models between two dates #68

verovaleros opened this issue Nov 4, 2024 · 3 comments · Fixed by #76
Labels
enhancement New feature or request
Milestone

Comments

@verovaleros
Copy link
Member

verovaleros commented Nov 4, 2024

We may have data from the past and we want to use AIP to run the models.

I envision something like bin/aip --run-all-models --from YYYY-MM-DD --to YYYY-MM-DD.

@verovaleros verovaleros converted this from a draft issue Nov 4, 2024
@verovaleros verovaleros added the enhancement New feature or request label Nov 4, 2024
@verovaleros verovaleros added this to the v3.1.0 milestone Nov 4, 2024
@verovaleros
Copy link
Member Author

Now the _rebuild() function takes a start and end date, #70, which will help on this issue.

@verovaleros
Copy link
Member Author

  • Add options to run-models to accommodate for at least the four situations described
    • Run all models for a given date
    • Run one model for the default date(today)
    • Run all models in a range of dates
    • Run one model in a range of dates
  • Make sure help is clear
  • Add tests for at least the run-models command to make sure things work as expected.

@verovaleros
Copy link
Member Author

#74 is done, we should be able to start working on this now.

@verovaleros verovaleros linked a pull request Nov 12, 2024 that will close this issue
8 tasks
@verovaleros verovaleros moved this from 👀 In review to ✅ Done in Stratosphere AIP Nov 12, 2024
@verovaleros verovaleros closed this as completed by moving to ✅ Done in Stratosphere AIP Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
1 participant