canonical / mlmd-operator

ML Metadata Operator
Apache License 2.0
0 stars 2 forks source link

refactor: remove unused mysql relation #75

Closed DnPlas closed 5 months ago

DnPlas commented 7 months ago

The charm has a mysql relation that is not used as it is provided by the mariadb charm which is no longer supported. The other alternative is to use the relational-db relation to relate to mysql-k8s charm, but due to #64, it is not possible.

In #71 it was decided that instead of an external DB provider, the mlmd charm will use the SQLite implementation it has been using for a while. In PR#72 the charm code has been modified to exclusively use SQLite.

Fixes #73