mlflow / mlflow-export-import

Apache License 2.0
132 stars 78 forks source link

Version Sequence: Sort version sequence in the export log #41

Closed tejasnp163 closed 1 year ago

tejasnp163 commented 1 year ago

The latest_version field of the exported log has model versions in reversed order which is causing the version numbers to be not in sequence when importing as the import in the new workspace will assign a new version id. The solution is to sort the latest_version using the version_id in ascending order before saving the export log.

amesar commented 1 year ago

Fix to sort exported registered model version by version