Hi all, I am new to metaflow. I have a question ab...
# ask-metaflow
m
Hi all, I am new to metaflow. I have a question about running metaflow files. I did successfully run the metaflow file locally, but there is no .metaflow folder created anywhere. Can anyone help me with this? @worried-mechanic-36312
1
s
@millions-memory-94691 the .metaflow folder getting created is an implementation detail - it is usually created either in the same directory where the flow file exists or one of the parent directories.
m
I've checked both directories, no metaflow folder is created...
a
can you check the parent directories all the way up to the home directory?
w
@square-wire-39606 this is from our NYU class ✌️ thanks for helping!
among us party 1
m
@ancient-application-36103 Thank you! I found it in the home directory! Is it possible to put the metaflow folder in the same directory with my flow file?
a
That's where it is usually located, unless one of the parent directories (up till home) already has one.
m
Got it! Thank you so much.