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
Note that delete_finished_experiment has a runtime value as 0.
Expected result
What should the type of boolean default value be? I am expecting the value to be either of followings: bool false, bool False or string False. I didn't expect the value to be number 0.
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered:
Environment
KFP 2.0.0-alpha.4
SDK 2.0.0-beta4
Steps to reproduce
Create the following custom container component:
Note that
delete_finished_experiment
has a default valueFalse
.When compiling the pipeline, this component is converted to IR with the following format:
Note that
delete_finished_experiment
has a runtime value as 0.Expected result
What should the type of boolean default value be? I am expecting the value to be either of followings: bool
false
, boolFalse
or stringFalse
. I didn't expect the value to be number 0.Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: