We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8713a0 + aa25c04 commit 714e264Copy full SHA for 714e264
auth/oauth/oauth.go
@@ -76,6 +76,7 @@ func hasScope(scopes []string, scope string) bool {
76
77
var databricksAWSDomains []string = []string{
78
".cloud.databricks.com",
79
+ ".cloud.databricks.us",
80
".dev.databricks.com",
81
}
82
0 commit comments