You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the DATABRICKS_CONFIG_FILE env var is set and you rundatabricks configure --host {URL}, it still saves the .databrickscfg file to the home directory.
Steps to reproduce the behavior
➜ databricks -v
Databricks CLI v0.221.0
➜ DATABRICKS_CONFIG_FILE="~/Projects/temp/.databrickscfg" databricks configure --host REDACTED --debug
16:20:57 INFO start pid=68648 version=0.221.0 args="databricks, configure, --host, REDACTED, --debug"
Personal access token: ************************************
16:21:02 INFO Backing up in /Users/vinny.tunnell/.databrickscfg.bak pid=68648
16:21:02 INFO Overwriting /Users/vinny.tunnell/.databrickscfg pid=68648
16:21:02 INFO completed execution pid=68648 exit_code=0
Expected Behavior
The .databrickscfg file should be written to the location specified in the DATABRICKS_CONFIG_FILE env var.
Actual Behavior
The .databrickscfg was written to the default DATABRICKS_CONFIG_FILE location (home dir).
OS and CLI version
Mac OS Sonoma v14.5, CLI version v0.221.0.
Is this a regression?
Did this work in a previous version of the CLI? It used to work around 1 year ago. Can't remember which version.
Debug Logs
Provided above.
The text was updated successfully, but these errors were encountered:
Describe the issue
When the DATABRICKS_CONFIG_FILE env var is set and you run
databricks configure --host {URL}
, it still saves the .databrickscfg file to the home directory.Steps to reproduce the behavior
Expected Behavior
The
.databrickscfg
file should be written to the location specified in the DATABRICKS_CONFIG_FILE env var.Actual Behavior
The
.databrickscfg
was written to the default DATABRICKS_CONFIG_FILE location (home dir).OS and CLI version
Mac OS Sonoma v14.5, CLI version v0.221.0.
Is this a regression?
Did this work in a previous version of the CLI? It used to work around 1 year ago. Can't remember which version.
Debug Logs
Provided above.
The text was updated successfully, but these errors were encountered: