databricks-cli/cmd/configure
Pieter Noordhuis 4a228e6f12
Fix `databricks configure` if new profile is specified (#1030)
## Changes

The code included the to-be-created profile in the configuration and
that triggered the SDK to try and load it. Instead, we must use the
specified host and token directly.

## Tests

Manually. More integration test coverage tbd.
2023-11-30 09:51:52 +00:00
..
configure.go Fix `databricks configure` if new profile is specified (#1030) 2023-11-30 09:51:52 +00:00
configure_test.go Make `databricks configure` save only explicit fields (#973) 2023-11-10 14:03:57 +00:00
flags.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
host.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
host_test.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00