[0.11.7] - 2023-01-28
Added
- ✨ Added a
MlflowModelRegistryDataSet
inkedro_mlflow.io.models
to enable fetching a mlflow model from the mlflow model registry by its name(#260)
Fixed
- 🐛 Use
__default__
as a run name if the pipeline is not specified in thekedro run
commmand to avoid empty names (#392)
�