I am trying to create a secret scope and access key for our Databricks workspace.
In order to achieve this I need to install Databricks Cli on my PC and issue the command databrick configure --token
I have installed Databricks Cli using pip3 install databricks-cli from my cmd prompt
However, whenever I run the command databricks configure --token I get the error message
C:\>databricks configure --token
'databricks' is not recognized as an internal or external command,
operable program or batch file.
Any thoughts?
It can be solved either by : Method 1 - navigating to the directory containing databricks.exe running databricks cli from there. For me it looked like this
Method 2 :
For me the path looked like this -
Exit command prompt and try reopening databricks cli. Setting up environment variable worked for me.