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

DM-47628: Prompt Processing does not fall back on missing PrerequisiteInputs #225

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

kfindeisen
Copy link
Member

This PR fixes a bug where failure to build a quantum graph because of missing refcats is not handled by falling back to a pipeline that doesn't need them, instead causing execution to abort.

This exception is raised when a PrerequisiteInput has a known dataset
type but the dataset(s) are missing.
python/activator/middleware_interface.py Outdated Show resolved Hide resolved
Logger.exception is equivalent to Logger.error(exc_info).
@kfindeisen kfindeisen merged commit 5e87ac2 into main Nov 18, 2024
5 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-47628 branch November 18, 2024 21:45
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