You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: