fasttrackml icon indicating copy to clipboard operation
fasttrackml copied to clipboard

Import existing MLFlow database into FML database

Open jgiannuzzi opened this issue 2 years ago • 0 comments

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

jgiannuzzi avatar Jul 24 '23 19:07 jgiannuzzi