fasttrackml
fasttrackml copied to clipboard
Add a `--force` flag for unknown schema versions to the MLFlow database import
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.