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
How did you deploy Kubeflow Pipelines (KFP)?
Standalone
KFP version:
2.1.0
Steps to reproduce
Create a pipeline component with Optional[int] parameter. The UI will still require it, even though in the component yaml it is marked as optional. See:
But UI shows:
Also probably related, when setting default value for integer type to 0, it shows blank. (so 0 for integer is considered as no default value).
Expected result
UI pipeline form should respect optional parameter
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered:
Environment
How did you deploy Kubeflow Pipelines (KFP)?
Standalone
KFP version:
2.1.0
Steps to reproduce
Create a pipeline component with
Optional[int]
parameter. The UI will still require it, even though in the component yaml it is marked as optional. See:But UI shows:
Also probably related, when setting default value for integer type to 0, it shows blank. (so 0 for integer is considered as no default value).
Expected result
UI pipeline form should respect optional parameter
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: