Hi community,
Currently, I am training models on databricks cluster and use mlflow to log and register models. My goal is to send notification to me when a new version of registered model happens (if the new run achieves some model performance baseline, I would use mlflow to register it as a new version)
First of all, I turn on for "Model Registry email notifications" in the setting. I also noticed that in the "Registered Models" page, it claims that "Notify me about All new activity". But, when a new version of registered model exists, I do not receive email notification. Is this a bug or I just misunderstand something?