I am trying to install Data bricks CLI. At command prompt, I entered command Data bricks configure --token and provided Data bricks Host URL. After entering both values, it's asking value of Token. I have generated token value but it's not allowing me to enter...copy paste option is also not working so I am not able to install Data bricks CLI. Can someone please help me to resolve this issue
Asked
Active
Viewed 668 times
1
-
what OS are you using? Windows? – Alex Ott Aug 05 '21 at 10:03
-
Yes Alex, I am using Windows – nidhi sharma Aug 07 '21 at 03:24
1 Answers
0
In the recent versions of the Databricks CLI it doesn't show the pasted text because the value of token is a sensitive value. So just paste text into terminal using the standard shortcut (like described in this article), or via terminal menu (you should have Paste
in the Edit
menu), and press ENTER.

Alex Ott
- 80,552
- 8
- 87
- 132
-
Hi Alex......Thanks a lot for your help....my issue got resolved. Installed databricks cli successfully. – nidhi sharma Aug 10 '21 at 05:34