You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My actual workflow has dozens of of cache keys that are produced by a pod and having to set the output parameters individually is not only cumbersome but also makes it easier to forget to keep certain things in sync and so increases the possibility of error. My first take was maybe I can output the cache keys to a json file and then just have that json file as an output and finally parse that json to extract the key when required, something like:
This one does not work. I assume because expressions probably cannot be used in the memoize.key field. Is there a workaround for this or perhaps some other solution even if does not necessarily involve json? I do want to avoid having to create extra steps/nodes if possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A few manifests to provide context:
This one works just fine but requires setting each output parameter individually:
My actual workflow has dozens of of cache keys that are produced by a pod and having to set the output parameters individually is not only cumbersome but also makes it easier to forget to keep certain things in sync and so increases the possibility of error. My first take was maybe I can output the cache keys to a json file and then just have that json file as an output and finally parse that json to extract the key when required, something like:
This one does not work. I assume because expressions probably cannot be used in the
memoize.keyfield. Is there a workaround for this or perhaps some other solution even if does not necessarily involve json? I do want to avoid having to create extra steps/nodes if possible.Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions