'Databricks cli authentication failed
I executed
databricks configure --tokencommand and correspondingly i put my host id and token (multiple times)But when i try to execute
databricks clusters listcommand it gives me error:Error: b'Bad Request'. Can anyone suggest solution to this?
Solution 1:[1]
create a file: ~/.databrickscfg
add:
[DEFAULT]
host = https://adb-000000000000000.azuredatatabricks.net/
token =
jobs-api-version = 2.0
run the command:
databricks clusters list
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Alex Ott |
