You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databricks/README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Setup
2
2
3
-
1. Create a Databricks workspace and SQL Warehouse
3
+
1. Create a Databricks workspace and SQL Warehouse (you can do this in the Datbricks UI). Once the SQL Warehouse has been created, copy the warehouse path to use in the .env file
4
4
2. Generate a personal access token from your Databricks workspace
5
5
3. Copy `.env.example` to `.env` and fill in your values:
6
6
@@ -9,15 +9,6 @@ cp .env.example .env
9
9
# Edit .env with your actual credentials
10
10
```
11
11
12
-
Required environment variables:
13
-
-`DATABRICKS_SERVER_HOSTNAME`: Your workspace hostname (e.g., `dbc-xxxxxxxx-xxxx.cloud.databricks.com`)
0 commit comments