acoustic-carpenter-78188
05/23/2023, 3:33 PMoutput = foo_task(
param=value
).with_overrides(
requests=Resources(mem="32Gi", cpu="4", ephemeral_storage="4Gi")
)
flyteconsole does not show the correct overridden requests
and it seems it only show the values set in decorator, for example:
@task(
requests=Resources(mem="16Gi", cpu="4", ephemeral_storage="4Gi"),
)
Expected behavior
flyteconsole shows the correct overridden values.
Additional context to reproduce
No response
Screenshots
Screenshot 2023-05-23 at 17 32 03▾