We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7684db commit a57122eCopy full SHA for a57122e
bundle/config/mutator/populate_current_user.go
@@ -4,6 +4,7 @@ import (
4
"context"
5
"encoding/json"
6
"fmt"
7
+
8
"github.com/databricks/cli/bundle"
9
"github.com/databricks/cli/bundle/config"
10
"github.com/databricks/cli/libs/diag"
@@ -14,8 +15,7 @@ import (
14
15
)
16
17
type populateCurrentUser struct {
- lastKnownAuthorizationHeader string
18
- cache bundle.Cache
+ cache bundle.Cache
19
}
20
21
// PopulateCurrentUser sets the `current_user` property on the workspace.
0 commit comments