Hi, I was facing a problem with metaflow DAG preview and artifact inspection which I asked
here.
The solutions proposed and answered kindly by
@square-wire-39606 was not feasible due to the tools that I had access to.
I found a way which I found by going through metaflow docs and questions for this problem, and shared it in this article.
https://medium.com/@rezashabrang.m/configuring-metaflow-for-on-prem-deployment-f8c4da24a097
The way I needed to deploy this S3 minio bucket was by only using docker and I did not want to use ingress, helm and kubernetes solution
here.
Hope this article helps anyone else going through this problem like myself and wanted a straightforward way for deploying metaflow with full functionalities locally.
Thanks!