Hi , is it normal for Metaflow to create local datastore in ECS container (via aws batch) when MF_DATASTORE=s3 is set to s3 ?
Getting below error
Creating local datastore in current directory (/opt/my_app/portfolio_calcs/.metaflow)
Internal error
Traceback (most recent call last):
File "/opt/my_app/metaflow/metaflow/cli.py", line 554, in main
start(auto_envvar_prefix="METAFLOW", obj=state)
.
.
.
.
File "/opt/my_app/metaflow/metaflow/datastore/content_addressed_store.py", line 140, in load_blobs
with open(file_path, "rb") as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType