fasttrackml
fasttrackml copied to clipboard
Import existing MLFlow database into FML database
Add the ability to import an existing MLFlow database — without any migrations or changes to it — into an existing or new FML database. This will be a continuation of the work done in #181.
We will need to define a range of supported schema versions and a --force flag to allow for future unknown schemas (this may fail if the tables are not how we expect them to be). The way the import will work is by opening the MLFlow database read-only, and then querying the tables we need, with the structure for the basic fields we want to import.
- [ ] #294
- [ ] #295
- [ ] #296