Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2021 06:27 AM
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_expetimentThe 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.