Skip to content

Commit 9c5e1a5

Browse files
initialise client
1 parent 10aff81 commit 9c5e1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundle/bundle.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ func (b *Bundle) InitializeWorkspaceClient() (*databricks.WorkspaceClient, error
126126
if err != nil {
127127
return nil, fmt.Errorf("cannot resolve bundle auth configuration: %w", err)
128128
}
129+
b.client = client
129130
return client, nil
130131
}
131132

0 commit comments

Comments
 (0)