Can I use MySql as a MetricsStore?

sqlalchemy.exc.CompileError: (in table ‘ge_metrics’, column ‘run_id’): VARCHAR requires a length on dialect mysql

when trying to use a MetricStore with MySql.

Currently, we don’t have the SqlAlchemy schema built to support MySql, but we’d be happy to have a PR address that.

1 Like