0
  1. I executed databricks configure --token command and correspondingly i put my host id and token (multiple times)

  2. But when i try to execute databricks clusters list command it gives me error: Error: b'Bad Request'. Can anyone suggest solution to this?

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

1 Answers1

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