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 support for results version overrides #95

Open
geoffxy opened this issue Feb 14, 2024 · 0 comments
Open

Add support for results version overrides #95

geoffxy opened this issue Feb 14, 2024 · 0 comments
Labels
enhancement New feature or request medium priority Medium priority task

Comments

@geoffxy
Copy link
Owner

geoffxy commented Feb 14, 2024

Right now, we use an involved process to select the version to use for a run_experiment() task. This process is a good default policy. However sometimes we want to override it (e.g., use a prior version of the results).

Rough idea:

  • Add another table to version_index that stores an override for task identifiers
  • When processing dependencies and setting COND_DEPS, consult the override table before running our version resolution logic
@geoffxy geoffxy added enhancement New feature or request medium priority Medium priority task labels Feb 14, 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 medium priority Medium priority task
Projects
None yet
Development

No branches or pull requests

1 participant