I have been using mlflow with Databricks community edition for 3 months without any issue. However, today when I tried to login to the mlflow host (https://community.cloud.databricks.com/), using this code, I keep getting the error below.
# Setup MLflow
mlflow.login() # host: https://community.cloud.databricks.com/
mlflow.set_tracking_uri("databricks")
mlflow.set_experiment("/test")
`mlflow.login()` failed with error: Failed to validate databricks credentials: Basic Authentication is disabled for your user.
I am using Databricks Community Edition for personal experiments; however, I am no longer able to use it now. Is there any other way I can access Databricks Community Edition for mlflow now, without basic authentication (username/ password)?