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
Pipelines can now mark a DIVE_PARAM as required by adding `required`
as one of the type props in the comment header:
# DIVE_PARAM ["My label", float, required]
:my:key = 0.5
The parser strips it from `type_props` and sets `required: true` on
the param. PipelineParamsDialog shows a red `*` on the label and
blocks the Run button via vuetify form validation if the field is
empty. Both the desktop common.ts parser and the server
pipeline_discovery.py parser handle the keyword.
0 commit comments