Is anyone aware of a way to modify the cache/versi...
# flyte-support
c
Is anyone aware of a way to modify the cache/version of a task I imported from another module, potentially not controlled by me?
Node.with_overrides
allows me to e.g. change the task resources or config but not its cache.
f
Hmm great point, this should be doable. Maybe you want to try a PR
👍 1
c
with_overrides
should be the correct way to do this, right?
If yes I can make a PR
f
I think so
@cool-lifeguard-49380 it is not supported in propeller today https://github.com/flyteorg/flyteidl/blob/6ad4072d90d1917dbfb9b98f466614ba138527aa/protos/flyteidl/core/workflow.proto#L111 But is a simple Fix if you want to try
But there is an entire overrides work happening- cc @polite-ability-4005 do you have any updates or ideas
🦜 1
p
Sure. Will you attend the contributor’a meeting today. I can share there. I have a new RFC complying with the OSS suggestion. However at the same time, we are hacking the special input arguments internally first
🔥 1
f
Cc @elegant-australia-91422
🙏 2
c
Is making the cache overridable part of the RFC @polite-ability-4005 and do you have a rough time estimate? Otherwise I can make a PR to make cache overrides available in propeller
p
Yes it is in the scope of RFC, but I am busy with other things now. Please submit a PR for your request first!
152 Views