databricks-cli
databricks-cli copied to clipboard
"databricks configure --token" does not store the token correctly
When you run "databricks configure --token" and provide host + token in the prompts, authentication details are stored in %%USERPROFILE%%.databrickscfg file. However, the token is stored incorrectly:

In order to authenticate to Databricks CLI correctly, you need to modify .databrickscfg file manually and paste proper token value.
what do you mean by host + token. Can you provide an example.
Hi! You have the example in the code above:
host is the url of your Databricks workspace
token is the personal token that you generate in Databricks UI:
