Is there a way to dynamically change resource requ...
# flyte-support
a
Is there a way to dynamically change resource requests on a workflow in the launchplan or execution request? I see there is a way to use
with_overrides
to change resources, but that isn't quite what I'm looking for. I'd like to assign a certain task in my workflow a different amount of memory depending on what type of inputs I give it at execution time
g
you could use
with_overrides
in @dynamic task
👀 1
154 Views