I have a flow where some of my steps has the @kube...
# ask-metaflow
t
I have a flow where some of my steps has the @kubernetes decorator to specify disk, memory and taints. But sometimes when I debug I just want to run it locally. I find myself having to comment out and comment back in all the @kubernetes decorators. What is the recommended way to solve the simple local/kubernetes switching? (Ps. I don’t wan’t to use
--with kubernetes
since this affects all steps.)
1