mysterious-toothbrush-44465
04/14/2025, 3:32 AMpython run flow.py
?
During development, we often re-run the flow to test changes, but this results in a lot of unnecessary artifacts being saved, which takes up significant space. It would be great to disable saving those for some runs.
Thanks!square-wire-39606
04/14/2025, 3:46 AMsquare-wire-39606
04/14/2025, 3:47 AMmysterious-toothbrush-44465
04/14/2025, 3:49 AMmysterious-toothbrush-44465
04/14/2025, 3:50 AMancient-application-36103
04/14/2025, 2:50 PMMETAFLOW_DATASTORE_SYSROOT_LOCAL=/tmp/.metaflow python flow.py --datastore local run
^ this will store your artifacts in /tmp/.metaflow - you can modify this for different runs and do garbage collection at the end of it. if this works, one can build a wrapper on top of Runner as well so that users don't have to worry about this detail.