Running into a weird issue where when I submit a j...
# ask-the-community
l
Running into a weird issue where when I submit a job using FlyteRemote that has optional args (in this example,
Optional[str]
, when I try to rerun it using the UI Rerun Button, the field doesn't get populated. But if I launch the job using the UI, it does get populated in the rerun panel.
It does show up when I force
Copy code
execution = remote.execute(workflow_spec, inputs=inputs, 
                 type_hints={"title": str},)
instead of type hinting it to be Optional[str] here
y
@Jason Porter mind taking a look tomorrow?
j
Okay yeah that looks like a bug; we’ll pick that up
l
thanks! 😁
j
cc: @Frank Flitton
f
Hey @Laura Lin I'm working on this ticket. Which version of Flyte/Flyte console are you using?
l
1.5.0
f
A fix is ready pending code review: https://github.com/flyteorg/flyteconsole/pull/762
y
🙏 thanks @Frank Flitton
maybe we can get this in by monday? we’ll cut a patch release then
150 Views