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

Explorer improve filtering of available runs #693

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

PhilippeMoussalli
Copy link
Contributor

Bugfix to only show runs that have existing manifests in them in the explorer.

@@ -39,9 +39,6 @@ def get_ordered_manifests_paths(run_path: str) -> t.List[str]:
for component in run_components
]

# Filter for non existing manifests (e.g. if the component failed)
manifest_paths = [path for path in manifest_paths if os.path.exists(path)]
Copy link
Member

Choose a reason for hiding this comment

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

I think we still need this. This PR fixed the issue for runs without any manifest. But if you have manifests and one component without a manifest (because it failed or was interrupted), it throws an error.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, indeed I think that's needed. Readded it

Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

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

@RobbeSneyders RobbeSneyders merged commit b3ccf67 into main Dec 4, 2023
6 checks passed
@RobbeSneyders RobbeSneyders deleted the bugfix-explorer-no-manifests branch December 4, 2023 10:21
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.

2 participants