flyte
flyte copied to clipboard
[BUG] flyteconsole does not show correct requests override for dynamic task
Describe the bug
For dynamic tasks created such as:
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:
@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
Are you sure this issue hasn't been raised already?
- [X] Yes
Have you read the Code of Conduct?
- [X] Yes
I think this might not be easy to fix because if I understand correctly, dynamic task definition is not exposed to flyteadmin.
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. Thank you for your contribution and understanding! 🙏