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 522106f commit d2a871aCopy full SHA for d2a871a
pkg/databricks/client.go
@@ -12,10 +12,9 @@ import (
12
)
13
14
const (
15
-
16
defaultHost = "cloud.databricks.com" // aws
17
- azureHost = "azuredatabricks.net"
18
- gcpHost = "gcp.databricks.net"
+ azureHost = "azuredatabricks.net"
+ gcpHost = "gcp.databricks.net"
19
20
// Some of these are case sensitive.
21
usersEndpoint = "/api/2.0/preview/scim/v2/Users"
0 commit comments