white-helicopter-28706
05/13/2024, 2:40 PM- Artifact not currently displayable in the UI, use the client to access it.
- Since this run uses local datastore instead of cloud services, some information may be incomplete.
- TypeError: expected str, bytes or os.PathLike object, not NoneType
Going through the channel this is due to the Datastore is not configured with s3
However typing datastore in the official documentation :
https://docs.metaflow.org/internals/technical-overview#datastore
I see β_The AWS S3 is a perfect solution for this need. Secondarily, Metaflow supports using a local disk as a data store_β which I donβt know if that is entirely accurate π
Another couple of observations two links seems to be broken
datastore.py and s3.py
Finally the solution I see in the channel is the proposed article by @bulky-artist-49977 https://medium.com/@rezashabrang.m/configuring-metaflow-for-on-prem-deployment-f8c4da24a097
Unless there is another π
Currently facing with this (completely local setup )