I've installed and configured the Databricks CLI but get the error below when running
databricks workspace ls
Error Returned:
Error: Your authentication information may be incorrect. Please reconfigure with dbfs configure
Steps Used to Install CLI
1) Installed using pip install databricks-cli
2) Configure with CLI databricks configure --token
. My ~/.databrickscfg
file looks like:
[DEFAULT]
host = https://<account>.cloud.databricks.com
token = <password_generated_from_access_token
Has anyone come across this error and have a solution?