-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
BugSomething isn't workingSomething isn't workingCLICLI related issuesCLI related issuesNo Autocloseauthgood first issueGood for newcomersGood for newcomers
Description
Describe the issue
When using databricks auth login for configuring an account configuration, if you do not specify https in the --host flag, it will be deemed as an invalid Databricks account configuration in subsequent commands that use the profile, even though the initial authentication succeeded.
Steps to reproduce the behavior
databricks auth login --host accounts.cloud.databricks.com --account-id <uuid>databricks account workspaces list- Select the registered profile you've created in step 1.
- Error: invalid Databricks Account configuration
Expected Behavior
It should work even if you do not specify https scheme.
Actual Behavior
OS and CLI version
MacOS 14.3.1
Databricks CLI v0.218.1
Is this a regression?
No
Debug Logs
11:33:18 INFO start pid=41167 version=0.218.1 args="databricks, --profile, account-test, account, workspaces, list, --log-level=debug"
11:33:18 DEBUG Loading account-test profile from /Users/<redacted>/.databrickscfg pid=41167 sdk=true
Error: invalid Databricks Account configuration
11:33:18 ERROR failed execution pid=41167 exit_code=1 error="invalid Databricks Account configuration"
yuribak, csyvenkyteck and ThisNoName
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingCLICLI related issuesCLI related issuesNo Autocloseauthgood first issueGood for newcomersGood for newcomers
