a question about artifacts flowing across steps: a...
# ask-metaflow
b
a question about artifacts flowing across steps: assuming a linear flow, I define
self.object
in the start step. In the subsequent step, would
self.object
be unpickled into memory automatically even if I don’t access it in the step? In my case,
self.object
is very large and I’m trying to avoid OOMs
1