Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle "no configuration file found at" error during databricks-cli a…
…uthentication (#707) ## Changes The CLI produced a new error message during `databricks auth token` between v0.207.1 and v0.209.1 when no .databrickscfg file exists. This manifests primarily in unit tests which call the `databricks` CLI, but could also affect users using the SDK and CLI between these versions. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` passing - [ ] `make fmt` applied - [ ] relevant integration tests applied
- Loading branch information