Hello
We are trying to run metaflow only on kubernetes. We defined s3)endpoint_url to our s3 service (not aws). While running command
!python test_dag.py --datastore=s3 --with kubernetes run
we get the error
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Looks like the problem is with the env var METAFLOW_DATASTORE_SYSROOT_S3 in config.json. When we set it, everything fails. Without this variable flow doesn't work