[Feature][UI] Provide a warning or error if Blob format field does not match expected value. #583
Closed
1 of 13 tasks
Labels
enhancement
New feature or request
ui
Admin console user interface
untriaged
This issues has not yet been looked at by the Maintainers
Motivation: Why do you think this is important?
It can be confusing when attempting to provide a value for a Blob input and being unsure what format is expected. There is no clear help for the user in Console, and the only recourse would be to look at the code for the selected workflow version and find the Task/Workflow input definition to check the format type.
Additionally, if you specify a format value that does not match the one in the input definition, you will receive an error when attempting to launch.
Goal: What should the final outcome look like, ideally?
format
field is set in a Blob input definition, I should have a hint in the UI telling me what format is expected.format
field can/should be pre-filled with the value taken from the workflow/task definition and/or the launch plan.Describe alternatives you've considered
N/A
Flyte component
[Optional] Propose: Link/Inline
format
value taken from the input definition. This serves as a hint to the user of the expected format of the data stored at the givenuri
format
value from the workflow/task/launch plan and pre-fill theformat
field.format
field does not match the type specified in the input definitionThe text was updated successfully, but these errors were encountered: