Summary
The user is asking if the with_overrides()
method can be used with map_task()
for dynamically-computed resource quantities in Python tasks, and acknowledges that this is clearly documented in the provided link.
thomas747
My apologies - this is documented clearly on this page!
https://docs.flyte.org/en/latest/user_guide/advanced_composition/map_tasks.html
thomas747
Can with_overrides()
be used with map_task()
?
I often use e.g. some_python_task().with_overrides(...)
to run python tasks with dynamically-computed resource quantities, and I'd like to do this for a mappable task that is called via map_task()
, but it's not clear if this is supported.