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

[BUG] No support for required parameters pre-check #227

Open
plutoless opened this issue Nov 2, 2024 · 0 comments
Open

[BUG] No support for required parameters pre-check #227

plutoless opened this issue Nov 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@plutoless
Copy link
Contributor

Description

we will need a way to precheck all used extensions required parameters, if any of these are missing, we should report a clear error message and stop starting. This happens a lot that nowadays developers will easily miss some mandatory parameters of an extension while have to look for error message in whole bunch of logs.

Environment

linux

Steps to reproduce

use a graph with extension which has some mandatory parameters

Expected behavior

need a way to precheck all used extensions required parameters, if any of these are missing, we should report a clear error message and stop starting

Actual behavior

no clear errors, developer will need to look through whole std out logs to find out why.

Version

3.0.1

Severity

Major

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant