bulky-artist-49977
08/15/2023, 8:35 PMfrom 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?