File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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"
6161 - Create a new token and copy the value
6262 - Replace ` your-token-here` in the configuration
63632. **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
1091121 . Navigate to ** Catalog** → Select your target catalog
You can’t perform that action at this time.
0 commit comments