Hello,
I'm trying to connect my local MLflow client to Databricks Community Edition but I'm running into issues with authentication.
I followed the setup guide for MLflow integration with Databricks, but when I try to run any MLflow command, I encounter the following error:
mlflow.utils.credentials: No valid Databricks credentials found, please enter your credentials... ed fin
I'm using https://community.cloud.databricks.com and have set up a Databricks workspace. However, it seems like the mlflow.login() function doesn't recognize my credentials or the environment variables aren't properly configured.
Has anyone successfully connected their MLflow client to Databricks Community Edition from their local machine? If so, what steps or configuration tweaks did you use? Any advice on resolving this authentication issue would be greatly appreciated!