I executed
databricks configure --token
command and correspondingly i put my host id and token (multiple times)But when i try to execute
databricks clusters list
command it gives me error:Error: b'Bad Request'
. Can anyone suggest solution to this?
Asked
Active
Viewed 1,844 times
0

Alex Ott
- 80,552
- 8
- 87
- 132

Lalit Naagar
- 1
- 1
-
add `--debug` to get more information about error – Alex Ott Nov 10 '21 at 12:46
1 Answers
0
create a file: ~/.databrickscfg
add:
[DEFAULT]
host = https://adb-000000000000000.azuredatatabricks.net/
token =
jobs-api-version = 2.0
run the command:
databricks clusters list

Alex Ott
- 80,552
- 8
- 87
- 132

chá de boldo
- 26
- 3