Also entering empty string on a string argument on...
# flyte-support
e
Also entering empty string on a string argument on those dataclasses makes the argument disappear from the input (instead of
arg: ""
), rather than storing an empty string. That causes it to use the default of the field rather than using an empty string.
f
This should be a bug on the launch form- can you try empty quotes
e
you mean typing
""
for the value of the string in flyte console?
f
Ya just to check
159 Views