Skip to content

Commit df57a8a

Browse files
fix: properly propagate auth_type to the databricks client (#3273)
1 parent 79dd21c commit df57a8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ func (c *DatabricksClient) ClientForHost(ctx context.Context, url string) (*Data
267267
Host: url,
268268
Username: c.Config.Username,
269269
Password: c.Config.Password,
270+
AuthType: c.Config.AuthType,
270271
Token: c.Config.Token,
271272
ClientID: c.Config.ClientID,
272273
ClientSecret: c.Config.ClientSecret,

0 commit comments

Comments
 (0)