Hi :wave: im setting METAFLOW_TEMPDIR to the dir i...
# ask-metaflow
b
Hi 👋 im setting METAFLOW_TEMPDIR to the dir i want however tmproot keeps defaulting to
'.'
here:
Copy code
self._tmpdir = mkdtemp(dir=tmproot, prefix="metaflow.s3.")
This is in a k8s pod, dosnt have access to write to default dir thats why I need to set it to a writeable dir. Is there something im missing?
✅ 1