Is there a way to provide different tags to the sa...
# ask-community
d
Is there a way to provide different tags to the same op? I have a common op which needs different amounts of RAM for different jobs. I would like to set different k8s requests/limits for this op. Is there a way to do it out of the box or should I use an op factory instead? I found
OpDefinition.with_replaced_properties
, but it doesn't take
tags
as an argument. Perhaps
OpDefinition.with_tags
or something like this would be useful?