<#3716 [BUG] flyteconsole does not show correct re...
# flyte-github
a
#3716 [BUG] flyteconsole does not show correct requests override for dynamic task Issue created by honnix Describe the bug For dynamic tasks created such as:
Copy code
output = 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:
Copy code
@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

Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte