MLflow 2.2.2 is a patch release containing the following bug fixes:
- [Model Registry] Allow
sourceto be a local path within a run's artifact directory if arun_idis specified (#7993, @harupy) - [Model Registry] Fix a bug where a windows UNC path is considered a local path (#7988, @WeichenXu123)
- [Model Registry] Disallow
nameto be a file path inFileStore.get_registered_model(#7965, @harupy)