Skip to content

Commit a0d60df

Browse files
tgberkeleyTom Gotsman
andauthored
update to docs (#1695)
Co-authored-by: Tom Gotsman <[email protected]>
1 parent 23bf974 commit a0d60df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/hosting/databricks.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env:
4444
- name: "REFLEX_ACCESS_TOKEN"
4545
value: "your-token-here"
4646
- name: "DATABRICKS_WAREHOUSE_ID"
47-
valueFrom: "sql_warehouse"
47+
value: "your-sql-warehouse-id"
4848
- name: "DATABRICKS_CATALOG"
4949
value: "your-catalog-name"
5050
- name: "DATABRICKS_SCHEMA"
@@ -61,6 +61,7 @@ env:
6161
- Create a new token and copy the value
6262
- Replace `your-token-here` in the configuration
6363
2. **Databricks Resources**
64+
- Update `DATABRICKS_WAREHOUSE_ID` with your SQL warehouse ID
6465
- Update `DATABRICKS_CATALOG` with your target catalog name
6566
- Update `DATABRICKS_SCHEMA` with your target schema name
6667

@@ -104,6 +105,8 @@ app = rxe.App(
104105

105106
## Step 5: Set Permissions
106107

108+
If you are using the `samples` Catalog then you can skip the permissions section.
109+
107110
### Catalog Permissions
108111

109112
1. Navigate to **Catalog** → Select your target catalog

0 commit comments

Comments
 (0)