https://flyte.org logo
#ask-the-community
Title
# ask-the-community
g

George D. Torres

06/05/2023, 6:00 PM
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
k

Kevin Su

06/05/2023, 6:09 PM
you could use
with_overrides
in @dynamic task
3 Views