We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e7989 commit de0d0eeCopy full SHA for de0d0ee
1 file changed
cmd/auth/login.go
@@ -5,6 +5,7 @@ import (
5
"errors"
6
"fmt"
7
"io"
8
+ "os"
9
"runtime"
10
"strings"
11
"time"
@@ -248,7 +249,7 @@ depends on the existing profiles you have set in your configuration file
248
249
WorkspaceID: authArguments.WorkspaceID,
250
Experimental_IsUnifiedHost: authArguments.IsUnifiedHost,
251
ClusterID: clusterID,
- ConfigFile: env.Get(ctx, "DATABRICKS_CONFIG_FILE"),
252
+ ConfigFile: os.Getenv("DATABRICKS_CONFIG_FILE"),
253
ServerlessComputeID: serverlessComputeID,
254
Scopes: scopesList,
255
}, clearKeys...)
0 commit comments