https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Laura Lin

05/16/2023, 10:44 PM
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

Yee

05/17/2023, 1:23 AM
@Jason Porter mind taking a look tomorrow?
j

Jason Porter

05/17/2023, 2:26 AM
Okay yeah that looks like a bug; we’ll pick that up
l

Laura Lin

05/17/2023, 3:48 PM
thanks! 😁
j

Jason Porter

05/17/2023, 6:49 PM
cc: @Frank Flitton
f

Frank Flitton

05/17/2023, 6:51 PM
Hey @Laura Lin I'm working on this ticket. Which version of Flyte/Flyte console are you using?
l

Laura Lin

05/17/2023, 6:54 PM
1.5.0
f

Frank Flitton

05/18/2023, 8:12 PM
A fix is ready pending code review: https://github.com/flyteorg/flyteconsole/pull/762
y

Yee

05/18/2023, 8:13 PM
🙏 thanks @Frank Flitton
maybe we can get this in by monday? we’ll cut a patch release then