Skip to content

Commit

Permalink
Added us domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinkdb committed Oct 17, 2023
1 parent 6ad2418 commit 1a4fdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks/sql/auth/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CloudType(Enum):
AZURE = "azure"


DATABRICKS_AWS_DOMAINS = [".cloud.databricks.com", ".dev.databricks.com"]
DATABRICKS_AWS_DOMAINS = [".cloud.databricks.com", ".cloud.databricks.us", ".dev.databricks.com"]
DATABRICKS_AZURE_DOMAINS = [
".azuredatabricks.net",
".databricks.azure.cn",
Expand Down

0 comments on commit 1a4fdbb

Please sign in to comment.