Hi everyone! We have defined a custom (step) decor...
# ask-metaflow
s
Hi everyone! We have defined a custom (step) decorator that sets up a step-wide tempdir (among other things), which works fine. Is there a good way to automatically attach this to all steps? Ideally, via the metaflow configuration or, slightly less ideal, via a commandline option when running the flow. Something like the
--with batch
parameter would work, but this only works for default step decorators out of the box. Thanks in advance!
1