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
Describe the bug
Hi Team, we noticed that sometimes if you open "View Inputs & Outputs" UI, it doesn't show the same parameters exactly as your input. For example, in my attached screenshot, we accidentally added an extra space before "turn_features". But in the "View Inputs & Outputs" UI there is no extra space. We only found it when we opened "Relaunch" UI.
Can you fix it? I believe it will help all flyte users to debug if they accidentally added a space in their input.
Expected behavior
The "View Inputs & Outputs" UI should also show the extra space
[Optional] Additional context To Reproduce
Steps to reproduce the behavior:
Choose any workflow. Give an extra space in one of the input and launch it
Open "View Inputs & Outputs" and you won't see the extra space
Screenshots
The text was updated successfully, but these errors were encountered:
Hey @PhoenixLiAtLyft - thinking through this bug, I think the right move would be to stop this at the source and add validation on the input to ensure no leading/trailing whitespace. Does that sound good to you?
Describe the bug
Hi Team, we noticed that sometimes if you open "View Inputs & Outputs" UI, it doesn't show the same parameters exactly as your input. For example, in my attached screenshot, we accidentally added an extra space before "turn_features". But in the "View Inputs & Outputs" UI there is no extra space. We only found it when we opened "Relaunch" UI.
Can you fix it? I believe it will help all flyte users to debug if they accidentally added a space in their input.
Expected behavior
The "View Inputs & Outputs" UI should also show the extra space
[Optional] Additional context
To Reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: