Running into a weird issue where when I submit a j...
# flyte-support
n
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
t
@late-eye-50215 mind taking a look tomorrow?
l
Okay yeah that looks like a bug; we’ll pick that up
n
thanks! 😁
l
cc: @some-raincoat-58190
s
Hey @numerous-hamburger-7178 I'm working on this ticket. Which version of Flyte/Flyte console are you using?
n
1.5.0
👍 1
s
A fix is ready pending code review: https://github.com/flyteorg/flyteconsole/pull/762
t
🙏 thanks @some-raincoat-58190
maybe we can get this in by monday? we’ll cut a patch release then
👍 1
150 Views