Allow explicit local dataset paths#361
Closed
MaxGhenis wants to merge 1 commit into
Closed
Conversation
deda9e1 to
6ee5d14
Compare
Contributor
Author
|
Closing per stale-PR policy: conflicting with main for 7+ weeks. #415 stays open as the tracker — the managed-resolver surface changed since this branch, so a fresh cut is probably cheaper than a rebase. |
Contributor
Author
|
Reopening pending a proper per-PR review; specific disposition to follow. |
Contributor
Author
|
Closing on the merits after review: main has since gained the exact capability this branch proposed — #442 (merged 2026-06-28) added the allow_unmanaged local-path opt-in (resolve_local_managed_dataset_source; managed_microsimulation(..., allow_unmanaged=True)). Verifying that #415's specific end-to-end ask is fully covered is tracked there before that issue closes. |
This was referenced Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
resolve_managed_dataset_referenceto accept explicit local.h5paths only whenallow_unmanaged=TrueWhy
The local pipeline and long-run dataset workflows need a deliberate escape hatch for locally built datasets. Without this, local validation has to route through the bundled release manifest even when the caller explicitly wants to test a local H5.
Validation
uv run --extra dev python -m pytest tests/test_release_manifests.py -q