Setting Task resources dynamically within a workflow #2610
Unanswered
esadler-hbo
asked this question in
Q&A
Replies: 1 comment
-
Hi @esadler-hbo , is this something you are looking for-> flyteorg/flytesnacks#818 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I read through the docs and couldn't figure out an answer to this...
I would like to reuse tasks, however sometimes I will need to request different sized machines depending on the input data size. I could imagine a world where we pass in resource configurations to a workflow, but that would require overriding what is set in
@task(...)
. Kubeflow pipelines has a way to do this dynamically, hoping Flyte does too.Here is some sudo code:
I am very appreciative of any advice on how to do this in the 'Flyte' way!
Beta Was this translation helpful? Give feedback.
All reactions