We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9448d6 commit aa25c04Copy full SHA for aa25c04
1 file changed
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