Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/hosting/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ env:
- name: "REFLEX_ACCESS_TOKEN"
value: "your-token-here"
- name: "DATABRICKS_WAREHOUSE_ID"
valueFrom: "sql_warehouse"
value: "your-sql-warehouse-id"
- name: "DATABRICKS_CATALOG"
value: "your-catalog-name"
- name: "DATABRICKS_SCHEMA"
Expand All @@ -61,6 +61,7 @@ env:
- Create a new token and copy the value
- Replace `your-token-here` in the configuration
2. **Databricks Resources**
- Update `DATABRICKS_WAREHOUSE_ID` with your SQL warehouse ID
- Update `DATABRICKS_CATALOG` with your target catalog name
- Update `DATABRICKS_SCHEMA` with your target schema name

Expand Down Expand Up @@ -104,6 +105,8 @@ app = rxe.App(

## Step 5: Set Permissions

If you are using the `samples` Catalog then you can skip the permissions section.

### Catalog Permissions

1. Navigate to **Catalog** → Select your target catalog
Expand Down