Hi Everyone! Is there a way to make the `python m...
# dev-metaflow
l
Hi Everyone! Is there a way to make the
python metaflow.py run
more verbose? I didn't find anything related in the documentation....
s
what would you like to see?
while you can’t make the run command more verbose, there might be another way depending on what you need
l
It's actually related to another question I asked on Gitter. My metaflow script is taking way too long to run, and I'd like to know exactly what step is taking that long. The metaflow is almost empty, just to test really. It seems to take too long in the beginning, before the steps are executed.
s
are you using Conda and/or S3 datastore?
and do you test it on your laptop?
l
Yes, actually I'm using Minio as datastore. Not using conda. I'm testing it on my laptop, but the Minio server is in the same network. It shouldn't be taking this long.
I'm not configuring anything related to the metadata, however. maybe this could be the reason?
s
Are you trying to use AWS Batch for any of your steps?