fasttrackml icon indicating copy to clipboard operation
fasttrackml copied to clipboard

Add a `--force` flag for unknown schema versions to the MLFlow database import

Open jgiannuzzi opened this issue 2 years ago • 0 comments

When an unknown MLFlow schema version is encountered, we should bail out and let the user know that they can use --force to try the import, without any guarantees of success. When --force is specified, we don't validate the schema version and we try to copy our various objects from the expected tables. Error processing code remains unchanged.

jgiannuzzi avatar Sep 11 '23 13:09 jgiannuzzi