Hello, I get this error whenever I want to load a...
# ask-metaflow
b
Hello, I get this error whenever I want to load any artifact from MetaFlow client.
Copy code
from metaflow import Task
Task('SAFlow/29/start/212', attempt=0)['x'].data
TypeError: expected str, bytes or os.PathLike object, not NoneType
I have used the metaflow service to deploy localy. https://github.com/Netflix/metaflow-service I think this problem may be similar to this issue. https://github.com/Netflix/metaflow/issues/950 Is there anyway to have a proper local storage and not use S3 to load dags and artifacts properly with locally deployed metaflow service?
1