Anonymous
Not applicable

Hi,

I am having the same issue when trying to run an MLFlor experiment with :

mlflow run git-uri -b databricks --backend-config cluster-spec.json experiment-name mlflow_expetiment

The error is caused by:

mlflow.set_tracking_uri('databricks')

The error is the following:

databricks_cli.utils.InvalidConfigurationError: You haven't configured the CLI yet! Please configure by entering `/opt/project/mlflow_test.py configure`

The databricks-cli is configured properly and works fine outside the script.