Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2025 11:02 AM
We are using the databricks_sql python sdk:
```python
from databricks import sql as databricks_sql
connection = databricks_sql.connect(
server_hostname=server_hostname,
http_path=http_path,
access_token=access_token
)
with connection.cursor() as cursor:
cursor.execute(query)
rows = cursor.fetchall()
```
```
the workspace is here: https://dbc-5539cbae-fdc4.cloud.databricks.com/
Pretty sure we are using warehouses.