Skip to content

Conversation

@bpblanken
Copy link
Collaborator

No description provided.

Base automatically changed from benb/full_integration_test to main November 26, 2025 15:25
@bpblanken bpblanken marked this pull request as ready for review December 1, 2025 22:39
@bpblanken bpblanken requested a review from a team as a code owner December 1, 2025 22:39
@bpblanken bpblanken changed the title feat: skip single validation at a time feat: allow skipping individual validation steps Dec 1, 2025
def validation_dependencies(self) -> dict[str, hl.Table]:
deps = {}
if (
ALL_VALIDATIONS not in self.validations_to_skip
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a bit of weirdness here with checking ALL_VALIDATIONS. I set up a conversion mechanism from ALL_VALIDATIONS -> the list of validations that runs before we enter the luigi portion of the pipeline, so this additional check is only to handle the tests.

@bpblanken bpblanken merged commit c53c4ef into main Dec 2, 2025
4 checks passed
@bpblanken bpblanken deleted the benb/skip_validations branch December 2, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants