fasttrackml
fasttrackml copied to clipboard
Local artifact storage is not working on native Windows
When starting the server on Windows natively (so not via Docker), local artifact storage is not working and prevents the server from starting.
> fml server
time="2023-09-13T07:03:37-07:00" level=info msg="Using database sqlite://fasttrackml.db?_case_sensitive_like=true&_journal=WAL&_mutex=no&_query_only=true"
time="2023-09-13T07:03:37-07:00" level=fatal msg="error initializing artifact storage: unsupported schema has been provided: c"
A workaround is to use S3 storage for the artifact root instead:
> fml server --artifact-root s3://bucket