databricks_sql_connector not connecting
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 12:33 AM
Hi All,
I am trying to connect to sql warehouse using a databricks_oauth auth type using databricks-sql-connector.
from databricks.sql import connect
conn = connect(
server_hostname="https://adb-xxxxxxxxxxxxxx.azuredatabricks.net/",
http_path="/sql/1.0/warehouses/xxxxxxxxxxxxxx",
auth_type="databricks-oauth"
)Now this query is running like forever, not able to connect. is there any limitation to this auth type?.